rust-practice/examples/hello.rs

6 lines
102 B
Rust
Raw Normal View History

2020-07-08 05:13:31 +00:00
// i want to hug ferris
fn main() {
println!("Hello World!");
println!("I'm a Rustacean!");
}