/aoc-2022

Advent of Code 2022 workspace

Primary LanguagePythonMIT LicenseMIT

aoc-2022

Advent of Code 2022 workspace.

Each day's puzzle can be run as a standalone script without arguments. It accepts command line options for various instrumentations, see --help.

aoc_util.py contains common utils, boilerplate and a commandline runner.

The puzzles were written using Python 3.11, and are formatted by isort and black in default configurations.

All dependencies can be installed by:

python3 -m pip install -r requirements.txt