Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miluoshi/advent-of-code-2017-reasonml

Advent of Code 2017 solved using ReasonML https://adventofcode.com/2017
https://github.com/miluoshi/advent-of-code-2017-reasonml

advent-of-code advent-of-code-2017 adventofcode adventofcode2017 bucklescript reason reasonml

Last synced: 25 days ago
JSON representation

Advent of Code 2017 solved using ReasonML https://adventofcode.com/2017

Awesome Lists containing this project

README

        

# 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
```