2025-11-17 00:00:32 +01:00

7 lines
131 B
Rust

fn main() {
// TODO: Fix the code to print "Hello world!".
println!("Hello world!");
let mut guess = String::new();
}