My solutions for Advent of Code
CLI is done using Click To use CLI first install:
pip install -e .
Then initialize or run exercises with
aoc init 2023 08
aoc run 2023 08
Documentation is autogenerated from the source using Sphinx The documentation can be manually generated by installing sphinx and running:
make -C docs html