An open API service indexing awesome lists of open source software.

https://github.com/rasbt/advent-of-code-2016

My Solutions for the Advent of Code 2016
https://github.com/rasbt/advent-of-code-2016

Last synced: 6 months ago
JSON representation

My Solutions for the Advent of Code 2016

Awesome Lists containing this project

README

          

# advent-of-code-2016

*My Solutions for the Advent of Code 2016*

The code examples are located in the subdirectory `python_code` and are organized
as `aoc_{day}_{part}.py`. E.g., `aoc_01_01.py` is the Python script corresponding to day 1, part 1.

In order to generate the solutions, simply run the python scripts in Python 3.5x.