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
+1 -1
View File
@@ -1,5 +1,5 @@
// Make me compile! // Make me compile!
fn main() { fn main() {
println!(); println();
} }