rustlings/ex1.rs

6 lines
51 B
Rust
Raw Normal View History

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