abey79 / aoc2020

My solution to Advent of Code 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My solution to Advent of Code 2020


Languages

Language:Python 100.0%