From 2e2924abdb592f536893a0e3ec526e3dd4145de6 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 30 Apr 2023 21:23:54 -0400 Subject: Added Ex. 100 fourth for (as foretold in #261) --- patches/patches/100_for4.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/patches/100_for4.patch (limited to 'patches') 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| { -- cgit v1.2.3