Advent of code solutions Setup Install poetry poetry install setup venv Run Run one of the following commands in the venv: make test run tests make format format files make lint run linter make all format and run tests