rustlings/ex1.rs
Jan S bfd0929cae ex1 is compiling
While trying your exercises I noticed that the ex1.rs code is already compiling.
2017-01-04 00:22:23 +01:00

6 lines
50 B
Rust

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