diff options
| author | Dave Gauer <[email protected]> | 2023-04-30 21:23:54 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2023-04-30 21:23:54 -0400 |
| commit | 2e2924abdb592f536893a0e3ec526e3dd4145de6 (patch) | |
| tree | 14087c6e5b6111fbcc98a2c317f056e935c9fb48 /patches | |
| parent | 4198d5b2dbff790f224a9ab93d5cdff8630a57a7 (diff) | |
| download | ziglings-2e2924abdb592f536893a0e3ec526e3dd4145de6.tar.xz ziglings-2e2924abdb592f536893a0e3ec526e3dd4145de6.zip | |
Added Ex. 100 fourth for (as foretold in #261)
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/100_for4.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/100_for4.patch b/patches/patches/100_for4.patch new file mode 100644 index 0000000..6465325 --- /dev/null +++ b/patches/patches/100_for4.patch @@ -0,0 +1,4 @@ +42c42 +< for (hex_nums, ???) |hn, ???| { +--- +> for (hex_nums, dec_nums) |hn, dn| { |
