aboutsummaryrefslogtreecommitdiff
path: root/readme.textile
blob: 443a7e42e7036fc2732745a36e074f8cf599687b (plain)
1
2
3
4
5
6
7
8
h1. Advent of Code
This repo contains my code for the "Advent of Code":http://adventofcode.com/.

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`.