mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 15:11:25 -07:00
6 lines
50 B
Odin
6 lines
50 B
Odin
main :: proc() {
|
|
a : [16]int;
|
|
b := a[0:1:2];
|
|
|
|
}
|