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

6 lines
51 B
Rust
Raw Normal View History

2015-09-15 04:26:11 +02:00
// Make me compile!
fn main() {
println!();
}