7 lines
63 B
Rust
Executable File
7 lines
63 B
Rust
Executable File
// ex1.rs
|
|
// Make me compile! :)
|
|
|
|
fn main() {
|
|
println();
|
|
}
|