From a24f0f939815132f6aec46ec5547ba4c51af635c Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 14 Sep 2015 22:26:11 -0400 Subject: [PATCH] Create ex1.rs --- ex1.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ex1.rs diff --git a/ex1.rs b/ex1.rs new file mode 100644 index 0000000..fd0dd7c --- /dev/null +++ b/ex1.rs @@ -0,0 +1,5 @@ +// Make me compile! + +fn main() { + println!(); +}