Files
getting_rusty/chapter_01/hello_world/main.rs
2025-12-19 23:39:55 -06:00

4 lines
45 B
Rust

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