mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 17:03:30 +02:00
5 lines
108 B
Diff
5 lines
108 B
Diff
38c38
|
|
< ??? (i < instructions.len) : (???) {
|
|
---
|
|
> inline while (i < instructions.len) : (i += 3) {
|