These are my solutions for Advent of Code 2022.
Because I primarily write Python for my day job, I am writing these in Python for the sake of getting them done. I make no guarantees that these are the fastest or best solutions, but they work.
Download and install Python 3.11.
Save your day's input as dayXX.txt
, then run pipenv run python dayXX.py
.