/advent-of-code-2023

Advent of Code 2023

Primary LanguagePython

advent-of-code-2023

Solutions to Advent of Code 2023

Usage

To install...

$ virtualenv venv
$ . venv/bin/activate
$ python3 -m pip install -r requirements.txt

To run tests

$ python3 -m pytest

TDD

While developing...

$ PYTHONPATH=. ptw --beforerun clear