From 1c546275fa0763d006d4b45e74b3c0b5d16a9380 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 19 Dec 2015 17:46:31 +0100 Subject: [PATCH] General README added. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..39e34d3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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. + +All this code is under MIT license. Use it for whatever you want, but please do +credit me.