Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 460 Bytes

aoc

Solutions for Advent of Code.

Installation

Use pip's local install feature once you have pulled down the files:

pip install .

Usage

Once installed, use the following command structure to process answers for that year/date:

python -m aoc.y2024.d01  # runs the first day of 2024

TODO

  • Extend instructions to cover test data
  • Improve UX (update runner with more safe guards, useful messaging, etc.)