4 lines
76 B
Rust
4 lines
76 B
Rust
//compiles and runs successfully
|
|
fn main() {
|
|
println!("Hello World!");
|
|
} |