box-o-sand/rustbook/hello_world/main.rs
2017-12-21 21:58:54 -05:00

4 lines
45 B
Rust

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