This commit is contained in:
nub31
2025-06-01 00:40:25 +02:00
parent 795b69df1b
commit 3b06f19468
12 changed files with 192 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ struct Human {
export func main(args: []^string) {
let i: i64
c:printf("%d\n", args.count)
c::printf("%d\n", args.count)
while i < args.count {
c::printf("%s\n", args[i])