2025-03-16 18:24:13 +01:00

4 lines
51 B
Rust

fn main() {
println!("{}", "Hello, world!");
}