1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-12-12 11:14:55 +02:00
rustlings/exercises/ex1.rs

7 lines
63 B
Rust
Raw Normal View History

2018-02-22 08:09:53 +02:00
// ex1.rs
// Make me compile! :)
2015-09-15 04:26:11 +02:00
fn main() {
println();
2015-09-15 04:26:11 +02:00
}