Files
2026-07-12 23:39:38 +02:00

5 lines
87 B
Rust

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