1
0

Add initial project files

This commit is contained in:
Stefan Müller
2025-12-04 12:31:23 +01:00
parent 84d1d0af22
commit 7c1afc7637
8 changed files with 52 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}