right let's try this one again

This commit is contained in:
olivia
2018-11-09 20:31:14 +01:00
parent 850a13e913
commit f7846af7ac
60 changed files with 130 additions and 939 deletions

6
exercises/ex1.rs Executable file
View File

@@ -0,0 +1,6 @@
// ex1.rs
// Make me compile! :)
fn main() {
println();
}