summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan S <jan.schreib@gmail.com>2017-01-04 00:22:23 +0100
committerGitHub <noreply@github.com>2017-01-04 00:22:23 +0100
commitbfd0929caef75e2502ddf363c42352f1cd90b163 (patch)
tree275bc31a11ce5f64670b2edb431a65ffa79d57f4
parent2079503b2185250e3bb59574a81a9908b445c821 (diff)
ex1 is compiling
While trying your exercises I noticed that the ex1.rs code is already compiling.
-rw-r--r--ex1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex1.rs b/ex1.rs
index fd0dd7c..b619495 100644
--- a/ex1.rs
+++ b/ex1.rs
@@ -1,5 +1,5 @@
// Make me compile!
fn main() {
- println!();
+ println();
}