This commit is contained in:
nub31
2025-06-29 17:12:26 +02:00
parent 7617ddae73
commit a19e37f6da
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
}