7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
main func() i32 {
|
|
items [3]mut i32 = undefined
|
|
i i32 = 1
|
|
items[i] = 42
|
|
return 0
|
|
}
|