3a4d744b3cb8dbc109004738514bd3b769519b69
This could probably be better, but I don't really care because that one was tough. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
Advent of code 2021
You should be able to run any of them by cd'ing into the directory and executing the script and passing the input file in through STDIN.
Example:
cd day02
./day02.py < input.txt
Description
Languages
Python
100%