Advent of Code 2024 solutions in C#.
Requires
This will create the IDay file, the *.txt input file,
and the unit test file for a given day.
./aoc.ps1 new 25./aoc.ps1 run./aoc.ps1 testTook two attempts to get Part 1 right, and even then didn't like my solution. So I cheated off of HyperNeutrino's solution for Part 2. https://www.youtube.com/watch?v=5_GstsPDI-Q
