This commit is contained in:
nub31
2025-05-17 20:16:24 +02:00
parent df8557be86
commit b6b88228a4
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^)
}