Initialize new Cargo repository

This commit is contained in:
Valentin Tolmer
2021-03-02 12:45:30 +01:00
parent 65e3e2f070
commit 6519b5c894
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}