box-o-sand/rustbook/hello_world/main.rs
2021-09-12 10:55:12 -04:00

4 lines
45 B
Rust

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