Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyze/advent-of-code-2017
My solutions to Advent of Code 2017 written in Reason.
https://github.com/wyze/advent-of-code-2017
advent-of-code reasonml
Last synced: 13 days ago
JSON representation
My solutions to Advent of Code 2017 written in Reason.
- Host: GitHub
- URL: https://github.com/wyze/advent-of-code-2017
- Owner: wyze
- License: mit
- Created: 2017-12-01T22:01:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T17:42:43.000Z (almost 7 years ago)
- Last Synced: 2024-06-14T21:08:28.085Z (7 months ago)
- Topics: advent-of-code, reasonml
- Language: OCaml
- Homepage:
- Size: 246 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Advent of Code 2017
[![Build Status][travis-image]][travis-url]
> My solutions to [Advent of Code](//adventofcode.com) written in [Reason](https://github.com/facebook/reason).
## Setup
```sh
$ git clone https://github.com/wyze/advent-of-code-2017.git
$ cd advent-of-code-2017
$ yarn
```## See All
### Solutions
```sh
$ yarn all
```### Tests
```sh
$ yarn all:test
```## Individual Day
### Solution
```sh
$ yarn day01 # dayXX
```### Tests
```sh
$ yarn day01:test # dayXX:test
```## License
MIT © [Neil Kistner](https://neilkistner.com)
[travis-image]: https://img.shields.io/travis/wyze/advent-of-code-2017.svg?style=flat-square
[travis-url]: https://travis-ci.org/wyze/advent-of-code-2017