This repository includes my own, personal solutions for Advent of Code. Everything coded using PHP due to my nature as a mono-lingual one-trick pony. :D
This project has one main dependency, aochelper by Conny Sjöblom and Tony Karlsson. aochelper provides a common structure for puzzle solutions, and the logic needed to run the solutions.
This project is built using the unofficial Laravel Zero micro-framework created by Nuno Maduro and Owen Voke for building command-line applications.
As Advent of Code offers good test cases, I have chosen to do a Test-driven development (TDD) approach to these puzzles, using the Pest testing framework.