Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miluoshi/advent-of-code-2017-reasonml
- Owner: miluoshi
- Created: 2018-02-17T16:36:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T16:43:47.000Z (over 6 years ago)
- Last Synced: 2023-07-18T14:54:38.146Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2017, adventofcode, adventofcode2017, bucklescript, reason, reasonml
- Language: OCaml
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```