This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/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();
}