initial commit

This commit is contained in:
Zacharias-Brohn
2026-07-12 23:39:38 +02:00
commit c756b14e24
219 changed files with 5438 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
fn main() {
// TODO: Change the line below to fix the compiler error.
let x: i32 = 14;
println!("Number {x}");
}