Skip to content

My attempts at Advent of Code 2018.

License

Notifications You must be signed in to change notification settings

hainesr/aoc-2018

Repository files navigation

Advent of Code 2018

Robert Haines

My attempt at doing Advent of Code 2018 in Ruby, with tests and all the trimmings.

Build Status Maintainability

Usage

After cloning, and changing into the aoc-2018 directory, run:

$ gem install bundler
$ bundle install
$ rake

This will set everything up and run all the tests.

To run the solution for a particular day:

$ ./aoc-2018 <day>

Or via rake:

$ rake run <day>

You can run multiple days like this:

$ rake run <day_1> <day_2> ... <day_n>

Licence

Public Domain.

Releases

No releases published

Packages

No packages published