Skip to content

Advent of Code 2022 in Python

Notifications You must be signed in to change notification settings

cemtuver/aoc22-python

Repository files navigation

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