This commit is contained in:
nub31
2025-10-21 16:45:32 +02:00
parent ed2b90bc54
commit 8709eeb09d
5 changed files with 139 additions and 130 deletions

View File

@@ -4,7 +4,7 @@ extern "puts" func puts(text: cstring)
extern "main" func main(argc: i64, argv: [?]cstring): i64
{
let x: [?]i32 = [10]i32
let x = [10]i32
x[0] = 23
return 0
}