kyldvs / aoc

Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of Code

License:MIT License


Languages

Language:Reason 99.7%Language:C++ 0.3%