This commit is contained in:
nub31
2025-05-24 20:37:26 +02:00
parent b2691dda0e
commit 0c70710ab1
9 changed files with 132 additions and 69 deletions

View File

@@ -1,9 +1,14 @@
import c
// Test
// Test2
// Test3
// Test4
global func main(args: []string) {
i = 0
printf("%d\n", args.count)
while i < args.count {
// Test
printf("%s\n", args[i])
i = i + 1
}