1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-05-19 22:23:27 +02:00
2018-04-26 21:29:11 +02:00

7 lines
63 B
Rust

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