This is my attempt at completing the Advent of Code challenges.
This project assumes you already have asdf
installed.
Execute bash setup.sh
to get install any necessary dependencies.
To run a particular solution, execute poetry run <year>_<day>_<part>
. For example, to run the solution for the first part of the problem given on December 1, 2023, execute poetry run 2023_1_1
.