aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2017-12-01 13:23:13 +0000
committerNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2017-12-01 13:23:13 +0000
commit7b7d70d0ebf6c14421c502e5ed575e08da080ef0 (patch)
treedcc14f0b8c8cc6c3405fe799ace70a68f06c96b3
parentb40c3c20ae07e0a903f39f32a4428ca6740caa3e (diff)
Added Readme
-rw-r--r--Readme.textile16
1 files changed, 16 insertions, 0 deletions
diff --git a/Readme.textile b/Readme.textile
new file mode 100644
index 0000000..7d33c2b
--- /dev/null
+++ b/Readme.textile
@@ -0,0 +1,16 @@
+h1. Advent of Code 2017
+
+These are my answers for the "2017 Advent of Code":http://adventofcode.com/2017
+
+h2. Travis build
+
+!https://travis-ci.org/User4574/Advent-of-Code-2017.svg?branch=master!:https://travis-ci.org/User4574/Advent-of-Code-2017
+
+h2. Running
+
+Use the run script in the root of the repo.
+
+- ./run all := Run code for all challenges answered
+- ./run <n> := Run the code for -day- millisecond n
+- ./run := Run the code for today
+