1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-03-29 21:57:03 +02:00
Carol (Nichols || Goulding) a24f0f9398 Create ex1.rs
2015-09-14 22:26:11 -04:00

6 lines
51 B
Rust

// Make me compile!
fn main() {
println!();
}