Initial commit - Hello Cargo

This commit is contained in:
laurens 2020-05-01 18:54:07 +02:00
commit 2b617a5c4e
4 changed files with 68 additions and 0 deletions

3
hello_cargo/src/main.rs Normal file
View file

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