2025-12-04 18:45:52
Content warning: Advent of Code Solution - Day 4 (Nim)
Changed the code structure slightly from the Python solve, added the `itertools` package because I wanted `product`. Works perfectly and I'd argue slightly more readable than the Python version. Overall pretty satisfied with the solution.
Solution: https://git.jamesthebard…