rustlings/ex1.rs

6 lines
51 B
Rust
Raw Normal View History

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