/aoc-2020

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

Primary LanguageReasonMIT LicenseMIT

aoc-2020

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

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