Skip to content

Files

Latest commit

661f6c9 · Dec 5, 2020

History

History
42 lines (28 loc) · 919 Bytes

ReadMe.md

File metadata and controls

42 lines (28 loc) · 919 Bytes

Advent of Code 2020

Robert Haines

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

Tests Linter Maintainability

Usage

After cloning, and changing into the aoc-2020 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-2020 <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.