rust-cookbook/book/main.rs
2017-02-25 14:56:50 -06:00

3 lines
45 B
Rust

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