PracticeDev/study_rust/first.rs

4 lines
44 B
Rust
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
fn main(){
println!("Hello, world!");
}