i wanna hug ferris

This commit is contained in:
Emily 2020-07-07 14:08:47 +10:00
commit 02565aa321
2 changed files with 6 additions and 0 deletions

BIN
hello Executable file

Binary file not shown.

6
hello.rs Normal file
View file

@ -0,0 +1,6 @@
// i want to hug ferris
fn main() {
println!("Hello World!");
println!("I'm a Rustacean!")
}