This commit is contained in:
nub31
2025-05-17 20:16:24 +02:00
parent 3fd004281e
commit a663d2972e
3 changed files with 29 additions and 33 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^)
}