This commit is contained in:
nub31
2025-05-24 20:37:26 +02:00
parent 010df49dc4
commit 757e3490f5
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
}