AoC2023
is a python package implementing solutions python solutions for the
Advent of Code 2023 problems.
First you need to setup your session ID as this package uses
advent-of-code-data
to retrieve the data input.
To solve all days (where available) run:
poetry run aoc2023
Or to solve specific day(s) (e.g. days 1 and 5):
poetry run aoc2023 1 5