Merge pull request #54 from jan-schreib/patch-1

ex1 is compiling
This commit is contained in:
Carol (Nichols || Goulding) 2017-03-19 09:57:18 -04:00 committed by GitHub
commit 4cd095466b
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();
}