1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-26 04:22:03 +02:00
rustlings/ex1.rs

6 lines
51 B
Rust
Raw Normal View History

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