Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jez/aoc2017-hs


https://github.com/jez/aoc2017-hs

advent-of-code advent-of-code-2017 haskell

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2017 (Haskell)

My solutions to the .

## Setup

It's using the Haskell Stack for building, running, and testing:

```shell
# --- after cloning ---

# to get the solutions for my version of the puzzles:
stack build
stack exec aoc2017

# or, to run the unit tests:
stack test
```

## Looking for a Haskell + Neovim setup?

I wrote about my Haskell + Neovim setup here:

## License

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://jez.io/MIT-LICENSE.txt)