1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-23 00:28:46 +02: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!();
}