1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-20 12:22:35 +02:00
rustlings/ex1.rs
2018-03-04 16:56:03 -05:00

7 lines
63 B
Rust

// ex1.rs
// Make me compile! :)
fn main() {
println();
}