1
Fork 0
satellite/RustLab/hello-world/main.rs
2020-05-13 12:34:15 +03:00

3 lines
44 B
Rust

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