My solutions for Advent of Code 2020.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
To run the Python solutions, provide the file input as a command line argument.
python 01.py 01.txt
To run the Go solutions, redirect the file input to stdin.
go run 01.go < 01.txt