Solutions to the 2015 Advent of Code
The solutions are in progress and will be updated as they are solved.
python3 -m pip install git+https://github.com/therealzanfar/aoc2015.git
Sample problems are all implemented as unit tests. All samples can be run by
executing pytest
without any arguments:
pytest
or specific days can be selected by module:
pytest aoc2015/day05
Advent of Code is an annual coding event that happens during the Christmas Advent (first 25 days of December) run by Eric Wastl. You can find more info at https://adventofcode.com/
This package was created with Cookiecutter and the zanfar/cookiecutter-pypackage project template.