Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amy-keibler/advent-of-code
https://github.com/amy-keibler/advent-of-code
advent advent-of-code advent-of-code-2017 puzzle-solution
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/amy-keibler/advent-of-code
- Owner: amy-keibler
- License: bsd-3-clause
- Created: 2017-12-01T13:12:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T15:05:16.000Z (about 3 years ago)
- Last Synced: 2023-03-03T17:02:49.454Z (over 1 year ago)
- Topics: advent, advent-of-code, advent-of-code-2017, puzzle-solution
- Language: Haskell
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code
This is a Haskell implementation of the [2017 Advent of Code](http://adventofcode.com/2017) puzzles## Day One
Day one consists of a looped list of digits that add to the sum if they are next to the same digit.