Difficult-Rocket/try/rust/main.rs

3 lines
41 B
Rust
Raw Normal View History

2022-07-04 10:36:19 +08:00
fn main(){
println!("hello world");
}