From cf2dd9cbde6fea329db04b804a1b5586143df678 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Mon, 7 Dec 2015 15:16:58 +0000 Subject: Fixed formatting in readme --- readme.textile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.textile b/readme.textile index 443a7e4..fe54463 100644 --- a/readme.textile +++ b/readme.textile @@ -1,8 +1,11 @@ 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`. -- cgit v1.2.1