Move 2015 out of the way.

This commit is contained in:
Bert Peters
2016-12-01 11:25:19 +01:00
parent a75d14ec17
commit b37fd44fa7
50 changed files with 0 additions and 0 deletions

View File

@@ -1,20 +0,0 @@
# Advent of Code solution repository
In this repository are the programs used to solve the [Avent of
Code](http://adventofcode.com) challenges. Each day has its very own folder
containing a program and optionally an input file.
I am using the Advent of Code to teach myself python. I personally notice an
improvement over time, and thus over the programs I create. Some programs I
have revisited for a more efficient implementation and gave them a small README
detailing my algorithm.
As a coding standard, I try to make code that can be run with:
* Python 2.7
* Python 3
* Pypy
Most of the code runs the fastest in Pypy, but there are exceptions.
All this code is under MIT license. Use it for whatever you want, but please do
credit me.