day 24 part 1 too low
commit5d32af3e32a5f13f09956711e8063ce0e42046cf
authorEric Blake <eblake@redhat.com>
Wed, 27 Dec 2023 23:07:41 +0000 (27 17:07 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 27 Dec 2023 23:07:41 +0000 (27 17:07 -0600)
tree6a2e254ed4fd1a9853d3102365e26476abfc08fc
parentf7573d15aed97b18ce352d6ae6187c5761156840
day 24 part 1 too low

13170 too low, after 106s runtime (I need a verbose progress meter).
I wonder if playing fast and loose with < vs. >= bit me, compared to
<= and >=.

That's a lot of hefty 64-bit math going on (and since I'm never
dividing, I wonder if I'm going larger than 64 bits at times...)
2023/day24.m4 [new file with mode: 0644]