rust-practice/hello.rs
2020-07-07 14:08:47 +10:00

6 lines
No EOL
101 B
Rust

// i want to hug ferris
fn main() {
println!("Hello World!");
println!("I'm a Rustacean!")
}