2025-04-15 12:21:11 -04:00

5 lines
87 B
Rust

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