stuff/hello.rs

5 lines
68 B
Rust

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