Common code that may come in useful for advent of code solutions.
Go to file
Danila Fedorin aae61f796d Fix bug in find_indices. 2020-12-07 22:49:03 -08:00
spec Update specs. 2020-12-07 17:05:05 -08:00
src Fix bug in find_indices. 2020-12-07 22:49:03 -08:00
.gitignore Write initial version of the library. 2020-12-05 15:32:50 -08:00
LICENSE Write initial version of the library. 2020-12-05 15:32:50 -08:00
README.md Write initial version of the library. 2020-12-05 15:32:50 -08:00
shard.yml Write initial version of the library. 2020-12-05 15:32:50 -08:00

README.md

advent

Collection of common code that may help in solving advent of code puzzles.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      advent:
        git: https://dev.danilafe.com/Advent-of-Code/advent
    
  2. Run shards install

Usage

require "advent"