Files
2026-07-19 17:01:21 -07:00

5 lines
87 B
Rust

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