rustlings/ex1.rs

6 lines
51 B
Rust
Raw Normal View History

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