https://github.com/joshuaclayton/advent-of-code
https://github.com/joshuaclayton/advent-of-code
advent-of-code advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 haskell
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuaclayton/advent-of-code
- Owner: joshuaclayton
- License: mit
- Created: 2017-12-01T22:21:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T15:06:28.000Z (about 6 years ago)
- Last Synced: 2025-07-31T02:28:39.007Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, haskell
- Language: Haskell
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code
To generate the answer for a particular day:
```sh
cat src/2017/DayXX/input | src/2017/DayXX/Main.hs
```