This commit is contained in:
nub31
2025-06-29 17:12:26 +02:00
parent 29a851d719
commit 2b40612f1b
2 changed files with 2 additions and 2 deletions

View File

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