If you aren't already familiar, Advent of Code is a really fun yearly event where a programmer named Eric Wastl sets up a website with a series of Christmas-themed programming puzzles. It's super fun! This repo contains my code for solving the 2018 set of puzzles.
You can find all of the details and stories surrounding the puzzles on the Advent of Code Website.
You should install python 3 and set up a virtual environment in order to use this codebase.
WIP Getting to the point where you can just run pip install . in order to setup this python package.
WIP I'm currently using Python Black for strict formatting. Ideally this would be run using a pre-commit hook.
WIP Going to use pytest and incorporate mainly unit tests.
- Python 3
- Claire B. Salling - main contributor - clairesalling@gmail.com