day 9 cover one more case
commita3db22f306fe5d1213edcb761e408e5963db8c16
authorEric Blake <eblake@redhat.com>
Thu, 25 Jan 2024 02:18:42 +0000 (24 20:18 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 25 Jan 2024 02:18:42 +0000 (24 20:18 -0600)
tree9952a153a1c5d54527d8518d5e3644dd7bd7931e
parent4c7aa64c6949431e6bc69fef2be10c2c1cc06a1c
day 9 cover one more case

Cover the case where the recursion bottoms out at "x x" followed by
"0" (the official input always bottomed out at "0 0", so I didn't need
to go to "0").
2023/day09.m4