blob: abd0e0f0c6838ac10e732f8d4a0a735bf44e3d7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
TODO: There should be some, like, tests or something.
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
h2. Starting a new day
Use the new script to set up a skeleton directory for a new day.
- ./new n := Create a skeleton for day *n*
- ./new := Create a skeleton for today
|