This commit is contained in:
nub31
2025-05-17 19:23:08 +02:00
parent 1cc8d30ee3
commit 3fd004281e
7 changed files with 107 additions and 115 deletions

View File

@@ -11,5 +11,5 @@ global func main(argc: i64, argv: i64) {
text = &text
}
printf("%s\n", x.text^)
printf("%s\n", x.text)
}