Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 408 Bytes

File metadata and controls

17 lines (12 loc) · 408 Bytes

Advent of Code Solutions

Made with Python 3.11

Usage

  1. pip install -r requirements.txt
  2. Install https://github.com/GreenLightning/advent-of-code-downloader
  3. aocdl -year 2023 -day 1

Run entire test suite

  1. python main.py

Run a single test

  1. python -m unittest main.AoCTests.test_y2501a

Run a unit tests that match the given pattern

  1. python -m unittest main -k y2502