Hello cargo bits

This commit is contained in:
Dan Buch
2017-12-21 22:04:41 -05:00
parent 976a5f7a5d
commit a2527b6fd7
3 changed files with 11 additions and 0 deletions

View File

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