Rust goop

This commit is contained in:
Dan Buch 2020-01-20 18:39:57 -05:00
parent d6fb2dd11c
commit ba73abcc63
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
target/
/hello/hello

View File

@ -0,0 +1,4 @@
fn main() {
println!("Hello World!");
println!("I'm a Rustacean!");
}