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
+4
View File
@@ -0,0 +1,4 @@
fn main() {
// `println!` instead of `printline!`.
println!("Hello world!");
}