4 lines
95 B
Rust
4 lines
95 B
Rust
fn main() {
|
|
// TODO: Fix the code to print "Hello world!".
|
|
println!("Hello world!");
|
|
}
|