rust-practice/hello.rs

6 lines
102 B
Rust

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