rust-practice/hello.rs
2020-07-07 21:23:30 +10:00

6 lines
No EOL
102 B
Rust

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