This commit is contained in:
nub31
2025-05-17 15:53:28 +02:00
parent aaaa5be876
commit 942b38992b
8 changed files with 194 additions and 194 deletions

View File

@@ -3,6 +3,6 @@ import c
global func main(argc: i64, argv: i64) {
printf("args: %d, starts at %p\n", argc, argv)
x: i8 = (i8)320000
printf("%d\n", x)
printf("%s\n", list.text)
}