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