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: 10 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T12:14:11.000Z (over 7 years ago)
- Last Synced: 2025-03-25T09:51:25.516Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2017, haskell
- Language: Haskell
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode-2017 solutions in haskell
[](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).