rustlings/ex1.rs

6 lines
51 B
Rust
Raw Normal View History

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