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: 11 months 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 (over 4 years ago)
- Last Synced: 2025-07-13T23:53:23.019Z (11 months ago)
- Topics: advent, advent-of-code, advent-of-code-2017, puzzle-solution
- Language: Haskell
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- 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.