Advent of Code 2016 Python

My solutions to Advent of Code 2016 done in Python

Viewer

Performance


Based on @xavdid's Python Advent of Code Project Template

Commands

./deploy.sh

Commit to Github and make PR

Usage

./deploy.sh [day]

./start

Scaffold files to start a new Advent of Code solution and download the puzzle input

Usage

./start [-h] [--year YEAR] [day]

./build-viewer

Generate HTML for viewing the day's solution

Usage

./build-viewer [day]