2025-07-10 01:40:39 -06:00

5 lines
95 B
Rust

fn main() {
// TODO: Fix the code to print "Hello world!".
println!("Hello world!");
}