Skip to content

kyldvs/aoc-2020

Repository files navigation

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

Releases

No releases published

Packages

No packages published