/advent-of-code-2017

My personal solutions to Advent of Code 2017 in ReasonML

Primary LanguageOCamlMIT LicenseMIT

Advent of Code 2017

Those are my personal solutions to Advent of Code 2017.

Day Title Status
01 Inverse Captcha completed
02 Corruption Checksum completed
03 Spiral Memory completed
04 High-Entropy Passphrases completed
05 A Maze of Twisty Trampolines, All Alike completed
06 Memory Reallocation completed
07 Recursive Circus not-started

Build

# install the dependencies
npm install
# build the code
npm run build
# run all the tests
npm run test

Run

npm start day01

Build + Watch

# The constantly build the code
npm run watch
# The constantly run tests
npm run test-watch

Editor

If you use vscode, Press Windows + Shift + B it will build automatically