https://github.com/willguimont/advent
Advent of Code
https://github.com/willguimont/advent
advent-of-code
Last synced: 10 months ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/willguimont/advent
- Owner: willGuimont
- License: other
- Created: 2022-12-02T17:23:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T17:07:30.000Z (over 1 year ago)
- Last Synced: 2025-04-05T03:02:39.935Z (over 1 year ago)
- Topics: advent-of-code
- Language: Haskell
- Homepage:
- Size: 231 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
[Solving Advent of Code](https://adventofcode.com/) in Haskell for fun and profit. Automatically fetches the daily input using [advent-of-code-api](https://hackage.haskell.org/package/advent-of-code-api).
## Running
```bash
stack run
```