RustBook/Projects/01_HelloWorld/main.rs
2024-02-09 22:57:04 +00:00

4 lines
45 B
Rust

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