1
0
Files
test-rustlings/exercises/00_intro/intro2.rs
2025-12-17 07:57:21 +00:00

5 lines
95 B
Rust

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