juestr / aoc-2022

Advent of Code 2022 workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of Code 2022 workspace

License:MIT License


Languages

Language:Python 97.8%Language:Shell 2.2%