Files
projects-rust/rust-book/chapter-1/hellow_world/main.rs
2019-11-21 01:19:44 +00:00

4 lines
57 B
Rust

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