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 12 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T15:05:16.000Z (almost 5 years ago)
- Last Synced: 2025-11-30T14:09:50.830Z (7 months 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.