Increasingly hacky solutions to Advent of Code 2020.
Mostly done in Python in an Jupyter notebook and then marginally cleaned up afterward. There's a strong emphasis on getting a solution as fast as possible i.e. with minimal input validation, unit tests, etc. 🚢
Grab input text file from Advent of Code and pass it an argument to each day's solution script. For example, to run day 1:
day1/p1.py <path to input file>