This commit is contained in:
nub31
2025-06-01 00:40:25 +02:00
parent 65fd11ca6b
commit 2a8a60c267
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])