Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejasbubane/adventofcode-2017-haskell
AdventOfCode 2017 solutions in haskell
https://github.com/tejasbubane/adventofcode-2017-haskell
advent-of-code advent-of-code-2017 haskell
Last synced: 16 days ago
JSON representation
AdventOfCode 2017 solutions in haskell
- Host: GitHub
- URL: https://github.com/tejasbubane/adventofcode-2017-haskell
- Owner: tejasbubane
- License: bsd-3-clause
- Created: 2018-11-23T14:44:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T12:14:11.000Z (about 6 years ago)
- Last Synced: 2024-11-13T16:42:36.559Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, haskell
- Language: Haskell
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode-2017 solutions in haskell
[![Build Status](https://travis-ci.org/tejasbubane/adventofcode-2017-haskell.svg?branch=master)](https://travis-ci.org/tejasbubane/adventofcode-2017-haskell)
Solutions to [adventofcode-2017](https://adventofcode.com/2017/) in haskell.
In preparation for 2018 coming up next month.
* Day1 - [solution](src/Day1.hs), [tests](test/Day1Spec.hs)
* Day2 - [solution](src/Day2.hs), [tests](test/Day2Spec.hs)
* Day3 - [solution](src/Day3.hs), [tests](test/Day3Spec.hs)
* Day4 - [solution](src/Day4.hs), [tests](test/Day4Spec.hs)
* Day5 - [solution](src/Day5.hs), [tests](test/Day5Spec.hs)
* Day6 - [solution](src/Day6.hs), [tests](test/Day6Spec.hs)PS: Checkout my solutions in [ReasonML](https://reasonml.github.io/) in [this repo](https://github.com/tejasbubane/adventofcode-2017).