mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-09 08:30:00 +00:00
dev.1711 - switched to multi-object-for-loops
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
27c27
|
||||
< for (bits) |bit, ???| {
|
||||
28c28
|
||||
< for (bits, ???) |bit, ???| {
|
||||
---
|
||||
> for (bits) |bit, i| {
|
||||
> for (bits, 0..) |bit, i| {
|
||||
|
||||
Reference in New Issue
Block a user