blob: e561bc5d380925bd147a8e158ccffd7a53538e61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
h1. Advent of Code
This repo contains my code for the "Advent of Code":http://adventofcode.com/.
I'm doing it all in C to get my C-fu up again.
h2. Building the solver
To build any solver, run `make` in that directory.
h2. Getting the solution
To solve the problem, run it with `make run` or `time make run`.
h2. TODO
* Day 7 - Never returns. Slow or loop?
* Day 9 - Needs doing
* Day 12 - Needs a teeny weeny JSON parser for part 2
* Day 13 - Needs doing
|