Advent of Code 2022 My solutions for Advent of Code 2022, written in Python 3. Running a solution Solutions expect input via stdin. So for example, to run the solution for day 1, part 1... cd 01 python3 part_1.py < input