day 15 golf again, 709 effective bytes
commit4bc3d25ec3c8d97c96fdd5f3f16a74ae462ec227
authorEric Blake <eblake@redhat.com>
Mon, 18 Dec 2023 18:25:34 +0000 (18 12:25 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 18 Dec 2023 18:26:34 +0000 (18 12:26 -0600)
tree1c24dd49451d8ca57d599b2eed0d9cdaf0a5782b
parent0315074fc670cd81e9be6775ca918abaa2f3729f
day 15 golf again, 709 effective bytes

Shown here as 710/719, which can still parse the sample input.  But
since the real input lacks vowels, you can shave one more byte by
changing to index(cde...,$1)+99, and relying on b indexing to -1.
2023/day15.golfm4