Added Ex. 100 fourth for (as foretold in #261)

This commit is contained in:
Dave Gauer
2023-04-30 21:23:54 -04:00
parent 4198d5b2db
commit 2e2924abdb
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
42c42
< for (hex_nums, ???) |hn, ???| {
---
> for (hex_nums, dec_nums) |hn, dn| {