repos
/
moxie
/
_test_rune
/
arrayprobe
/ use.mx
use.mx
raw
1
package main
2
3
func main() {
4
table[0] = 42
5
println(table[0])
6
}
7