day 17 fix bug
commitfa62fc42e4fb0383351d414144ad500649999744
authorEric Blake <eblake@redhat.com>
Thu, 12 Jan 2023 16:06:18 +0000 (12 10:06 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 12 Jan 2023 16:15:03 +0000 (12 10:15 -0600)
treef30ee6746ed19e84bdbefb858ecd65efa5e03e4a
parentf6433db14a95d05ab63538fa561f131ad7c10d02
day 17 fix bug

Don't start looking for cycles until after the jet stream has been
used at least once.  My input happened to get lucky, but alternative
inputs hit a case where a given jet stream offset was reused prior to
things settling into a cycle, resulting in a computation that is then
wrong.
2022/day17.m4