Advent of Code 2022 in Python
Python is required to run the solutions. It can be installed from here manually or using Homebrew.
$ brew update
$ brew install python
Switch to the day's directory, copy your input file and name it input.txt
. Then run the Python script.
$ cd day-XX
$ cp /path/to/your/input input.txt
$ python part-X.py