/aoc

Advent of Code

Primary LanguageReasonMIT LicenseMIT

aoc

Advent of Code: https://adventofcode.com/

Commands

Globally install esy so that the esy command is available in the terminal.

Then to run things within this repo:

# Install things once, or when dependencies change.
esy && esy @exe && esy @test

# Run `Exe.re` (for solving each day)
esy exe

# Run test cases (for ensuring integrity of past days and utils)
esy test