Files
book-exercises/hello-world/main.rs
2026-01-17 09:01:51 +00:00

4 lines
44 B
Rust

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