Skip to content

miluoshi/advent-of-code-2017-reasonml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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