Booping around the rust book again

This commit is contained in:
Dan Buch 2017-12-21 21:58:54 -05:00
parent 727a3fdf85
commit 976a5f7a5d
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7
2 changed files with 3 additions and 0 deletions

BIN
rustbook/hello_world/main Executable file

Binary file not shown.

View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}