forked from zig/exercises
5 lines
68 B
Diff
5 lines
68 B
Diff
27c27
|
|
< for (bits) |bit, ???| {
|
|
---
|
|
> for (bits) |bit, i| {
|