rustlings/ex1.rs
2018-03-04 16:56:03 -05:00

7 lines
63 B
Rust

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