Add readme.

This commit is contained in:
Bert Peters
2016-12-02 13:19:12 +01:00
parent 2e46ca9ccb
commit 8d3f839538
2 changed files with 24 additions and 0 deletions

18
2016/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Advent of Code 2016
These are my solutions (and (sample) inputs) to the [Advent of Code
2016](http://adventofcode.com/) challenge.
Since last year I (mostly succesfully) tried to learn Python, I will
attempt to learn Rust in this year's edition.
Feel free to be inspired by this repository, but for the sake of the
challenge try to solve the exercises yourself first. I make no claims
that these programs work for all inputs (as I only test them for my own,
obviously) but they should be mostly correct.
I'm using Rust 1.13.0, but I don't think I make use of the newer parts
of the standard, so older versions may work.
The program in the repository can be run using the makefile, just run
`make test` and all the solutions will be run on their input files.