/adventofcode2022

Files for advent of code 2022

Primary LanguagePython

Advent of Code 2022

Python solutions to the Advent of Code.

Running

Run a specific day from the root directory with

python dayX/dayX.py

Edit the file directly to run the part1() or part2() functions.

Built with Python v3.8.10