From bfd0929caef75e2502ddf363c42352f1cd90b163 Mon Sep 17 00:00:00 2001 From: Jan S Date: Wed, 4 Jan 2017 00:22:23 +0100 Subject: [PATCH] ex1 is compiling While trying your exercises I noticed that the ex1.rs code is already compiling. --- ex1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex1.rs b/ex1.rs index fd0dd7cd..b619495d 100644 --- a/ex1.rs +++ b/ex1.rs @@ -1,5 +1,5 @@ // Make me compile! fn main() { - println!(); + println(); }