Check in initial Cargo files

This commit is contained in:
Darren VanBuren 2016-07-25 15:59:46 -07:00
parent 0f7bf7dbc4
commit f269514e8a
3 changed files with 229 additions and 0 deletions

3
src/main.rs Normal file
View file

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