From a5ea56c6f09c885d2bc9598419456c221ebb6831 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 5 May 2011 20:56:02 -0400 Subject: Introduce the fuzzer crate and make rules --- src/fuzzer/Fuzzer.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/fuzzer/Fuzzer.rs (limited to 'src/fuzzer/Fuzzer.rs') diff --git a/src/fuzzer/Fuzzer.rs b/src/fuzzer/Fuzzer.rs new file mode 100644 index 00000000..ea3850b2 --- /dev/null +++ b/src/fuzzer/Fuzzer.rs @@ -0,0 +1,2 @@ +fn main() { +} \ No newline at end of file -- cgit v1.2.3