1
0
Files
2025-12-17 07:57:21 +00:00

5 lines
87 B
Rust

fn main() {
// `println!` instead of `printline!`.
println!("Hello world!");
}