/aoc-2020

Advent of Code 2020

Primary LanguagePython

Advent of Code 2020

Dependencies

Commands

Either run in a poetry shell, or prefix these commands with poetry run

  • run day X/part Y: python -m aoc.solutions.dayX.partY
  • tests: pytest