Initialized Cargo project

This commit is contained in:
Jef Roosens 2021-06-16 12:53:32 +02:00
parent 26703c12a3
commit a1e69e8149
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
4 changed files with 1381 additions and 2 deletions

3
src/main.rs Normal file
View file

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