This commit is contained in:
2026-04-16 09:46:22 +02:00
parent 4d1cba971f
commit 65e95038c8
5 changed files with 454 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/target
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}