Coprocessor Conflagration — Haskell — #adventofcode Day 23
Today’s challenge requires us to understand why a coprocessor is working so hard to perform an apparently simple calculation.
!!! commentary
Today’s problem is based on an assembly-like language very similar to day 18, so I went back and adapted my code from that, which works well for the first part. I’ve also incorporated some advice from /r/haskell, and cleaned up all warnings shown by the -Wall
compiler flag and the hlint
tool.