/aoc22-python

Advent of Code 2022 in Python

Primary LanguagePython

Advent of Code 2022 in Python

Prerequisites

Python is required to run the solutions. It can be installed from here manually or using Homebrew.

$ brew update
$ brew install python

Run

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