Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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