Common code that may come in useful for advent of code solutions.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Danila Fedorin aae61f796d Fix bug in find_indices. 3 years ago
spec Update specs. 3 years ago
src Fix bug in find_indices. 3 years ago
.gitignore Write initial version of the library. 3 years ago
LICENSE Write initial version of the library. 3 years ago
README.md Write initial version of the library. 3 years ago
shard.yml Write initial version of the library. 3 years ago

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"