Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 291 Bytes

File metadata and controls

21 lines (14 loc) · 291 Bytes

Advent Of Code 2017 in ReasonML

This is a repo with ReasonML implementation of Advent Of Code 2017 puzzles.

Build

npm run build

Then you can run each day's puzzle using Node and see output in console, i.e.:

node ./src/Day1.bs

Build + Watch

npm run watch