Difficult-Rocket/try/rust/main.rs
2022-07-04 10:36:19 +08:00

3 lines
41 B
Rust

fn main(){
println!("hello world");
}