Rust goop

This commit is contained in:
2020-01-20 18:39:57 -05:00
parent d6fb2dd11c
commit ba73abcc63
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!");
}