This commit is contained in:
2026-07-10 14:13:40 +02:00
parent b68c572824
commit 15f5bc3d55
7 changed files with 58 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
module main
fn main() {
println('Hello World!')
}