492c2408cfbc1a0a8b2668e602b4a2edf1b7f3a6
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%