mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
add 072 comptime 7
This commit is contained in:
4
patches/patches/072_comptime7.patch
Normal file
4
patches/patches/072_comptime7.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
38c38
|
||||
< ??? (i < instructions.len) : (???) {
|
||||
---
|
||||
> inline while (i < instructions.len) : (i += 3) {
|
||||
Reference in New Issue
Block a user