Skip to content

hubernhard/advent-of-code

Repository files navigation

Advent of Code

My solutions to the Advent of Code puzzles.

Setup

Make sure Poetry is installed on your system, clone the repository and run:

poetry install
pre-commit install

Initialize a new day using the template

poetry run python -m aoc <YEAR> <DAY>