Files
Odin/examples/test.odin
T
2016-08-03 14:17:13 +01:00

6 lines
50 B
Odin

main :: proc() {
a : [16]int;
b := a[0:1:2];
}