ex1 is compiling

While trying your exercises I noticed that the ex1.rs code is already compiling.
This commit is contained in:
Jan S 2017-01-04 00:22:23 +01:00 committed by GitHub
parent 2079503b21
commit bfd0929cae
1 changed files with 1 additions and 1 deletions

2
ex1.rs
View File

@ -1,5 +1,5 @@
// Make me compile!
fn main() {
println!();
println();
}