/aoc2020

My solution to Advent of Code 2020

Primary LanguagePython

aoc2020

⚠️⚠️⚠️ THIS REPOSITORY IS ARCHIVED, ITS CONTENT IS MOVED TO aoc! ⚠️⚠️⚠️

My solution to Advent of Code 2020

To use:

  1. pip install -r requirements.txt
  2. Setup your AoC token as per aocd
  3. run tests: pytest
  4. run mypy: mypy aoc2020
  5. run the solution: python aoc2020/day1.py