project start

This commit is contained in:
2023-01-20 13:43:22 +01:00
parent fedfa1fedc
commit 1b3eff9f88
35 changed files with 108 additions and 1 deletions

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

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