Create ex1.rs

This commit is contained in:
Carol (Nichols || Goulding) 2015-09-14 22:26:11 -04:00
parent 72f2fc269c
commit a24f0f9398
1 changed files with 5 additions and 0 deletions

5
ex1.rs Normal file
View File

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