mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-14 20:19:30 +01:00
6 lines
51 B
Rust
6 lines
51 B
Rust
// Make me compile!
|
|
|
|
fn main() {
|
|
println!();
|
|
}
|