rust-introduction/00-hello_world/main.rs
2024-03-25 00:47:39 +01:00

3 lines
No EOL
44 B
Rust

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