rustbook/ch01-02-hello-world/main.rs
2025-08-03 20:42:22 +02:00

3 lines
45 B
Rust

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