This commit is contained in:
nub31
2025-06-29 17:06:57 +02:00
parent 7657085243
commit 7617ddae73
7 changed files with 138 additions and 9 deletions

View File

@@ -3,4 +3,5 @@ namespace main
export func main(args: []cstring): i64 {
c::puts("test")
return 0
}