mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-17 13:38:02 +01:00
6 lines
50 B
Rust
6 lines
50 B
Rust
// Make me compile!
|
|
|
|
fn main() {
|
|
println();
|
|
}
|