Files
projects-rust/rust-book/chapter-1/hello_world/main.rs
2019-11-20 00:52:07 +00:00

4 lines
45 B
Rust

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