commit 2a49e27c195ddfe053ba4a01b63ba8c5e5b98735 Author: Peter Hudec Date: Mon Jan 15 23:53:26 2018 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef86e2d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.swp +*.pyc + +/env diff --git a/README.md b/README.md new file mode 100644 index 0000000..001f05e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# AdventCode 2016 + +- **url**: http://adventofcode.com/2016/ + +## Tasks + +- **Day 1**: No Time for a Taxicab +