This commit is contained in:
nub31
2025-05-31 23:48:29 +02:00
parent bba7906221
commit 65fd11ca6b
14 changed files with 211 additions and 162 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])