mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
7 lines
63 B
Rust
7 lines
63 B
Rust
// ex1.rs
|
|
// Make me compile! :)
|
|
|
|
fn main() {
|
|
println();
|
|
}
|