1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-18 05:05:44 -04:00

Create ex1.rs

This commit is contained in:
Carol (Nichols || Goulding) 2015-09-14 22:26:11 -04:00
parent 72f2fc269c
commit a24f0f9398

5
ex1.rs Normal file
View file

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