/advent-of-code-2020

2020 Advent of Code solutions

Primary LanguagePythonApache License 2.0Apache-2.0

Drew's Advent of Code 2020 Solutions

What is this?

These are my solutions for Advent of Code 2020.

Because I primarily write Python for my day job, I am writing these in Python for the sake of getting them done. I make no guarantees that these are the fastest or best solutions, but they work.

How do I run them?

Download and install Python 3.9 as well as pipenv.

Save your day's input as dayX.txt, then run pipenv run python dayX.py.