Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 481 Bytes

README

My solutions for Advent of Code

Installation

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

Documentation is autogenerated from the source using Sphinx The documentation can be manually generated by installing sphinx and running:

make -C docs html