Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jez/aoc2017-hs
- Owner: jez
- License: mit
- Created: 2017-12-04T05:54:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T22:47:08.000Z (about 7 years ago)
- Last Synced: 2024-12-29T08:11:54.441Z (26 days ago)
- Topics: advent-of-code, advent-of-code-2017, haskell
- Language: Haskell
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)