Common code that may come in useful for advent of code solutions.
Go to file
Danila Fedorin 44b60114a1 Add signum. 2020-12-07 17:04:48 -08:00
spec Add a zip_with function. 2020-12-06 20:51:20 -08:00
src Add signum. 2020-12-07 17:04:48 -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"