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

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

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 |
  • [ ]
|
  • [ ]
|