pauldambra / adventofcode2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2016

Build Status

see this page to see what the what. This is all ruby solutions to the puzzles being revealed there.

to run

run make DAY_SELECTOR=day_x puzzles to run the tests for a desired day e.g. make DAY_SELECTOR=day_2 puzzles to run day 2

or make puzzles to run all specs

to dev

run make watch which uses watchman-make to run the tests for any of the days when their code or tests are changed.

Creative Commons Licence
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

License:Creative Commons Attribution 4.0 International


Languages

Language:Ruby 99.4%Language:Makefile 0.6%