https://github.com/petetnt/advent-of-code-2017-reasonml
Advent of Code 2017 with ReasonML
https://github.com/petetnt/advent-of-code-2017-reasonml
advent-of-code advent-of-code-2017 functional-programming ocaml reasonml
Last synced: about 2 months ago
JSON representation
Advent of Code 2017 with ReasonML
- Host: GitHub
- URL: https://github.com/petetnt/advent-of-code-2017-reasonml
- Owner: petetnt
- Created: 2017-12-02T14:34:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T20:32:50.000Z (over 7 years ago)
- Last Synced: 2025-02-05T01:32:44.179Z (4 months ago)
- Topics: advent-of-code, advent-of-code-2017, functional-programming, ocaml, reasonml
- Language: OCaml
- Size: 318 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code with ReasonML
Veeery slowly solving Advent Of Code missions with ReasonML.
First time using ReasonML, so might not be the most idiomatic code out there,
but hey, if it gets the job done ðŸ¤# Build
```
npm run build
```# Build + Watch
```
npm start
```# Progress
| Day | Part 1 | Part 2 |
| ---- | ------ | ------ |
| 1 |
- [x]
- [x]
| 2 |
- [x]
- [x]
| 3 |
- [x]
- [x]
| 4 |
- [x]
- [x]
| 5 |
- [x]
- [x]
| 6 |
- [x]
- [x]
| 7 |
- [x]
- [x]
| 8 |
- [ ]
- [ ]
| 9 |
- [ ]
- [ ]
| 10 |
- [ ]
- [ ]
| 11 |
- [x]
- [x]
| 12 |
- [x]
- [ ]
| 13 |
- [ ]
- [ ]
| 14 |
- [ ]
- [ ]
| 15 |
- [ ]
- [ ]
| 16 |
- [ ]
- [ ]
| 17 |
- [ ]
- [ ]
| 18 |
- [ ]
- [ ]
| 19 |
- [ ]
- [ ]
| 20 |
- [ ]
- [ ]
| 21 |
- [ ]
- [ ]
| 22 |
- [ ]
- [ ]
| 23 |
- [ ]
- [ ]
| 24 |
- [ ]
- [ ]