river/example/rust/1000/main.rs
2020-11-05 16:29:22 +08:00

4 lines
44 B
Rust

fn main() {
println!("Hello World!");
}