JinXi/Projects/01_HelloWorld/main.rs
2024-12-20 10:48:14 +01:00

4 lines
45 B
Rust

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