diff options
| author | Jan S <jan.schreib@gmail.com> | 2017-01-04 00:22:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-04 00:22:23 +0100 |
| commit | bfd0929caef75e2502ddf363c42352f1cd90b163 (patch) | |
| tree | 275bc31a11ce5f64670b2edb431a65ffa79d57f4 | |
| parent | 2079503b2185250e3bb59574a81a9908b445c821 (diff) | |
ex1 is compiling
While trying your exercises I noticed that the ex1.rs code is already compiling.
| -rw-r--r-- | ex1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ // Make me compile! fn main() { - println!(); + println(); } |
