1
0
Fork 0
mirror of https://codeberg.org/andyscott/ziglings.git synced 2025-04-25 20:53:47 -04:00
ziglings/patches/patches/100_for4.patch
2023-04-30 21:23:54 -04:00

4 lines
90 B
Diff

42c42
< for (hex_nums, ???) |hn, ???| {
---
> for (hex_nums, dec_nums) |hn, dn| {