Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willguimont/advent
Advent of Code
https://github.com/willguimont/advent
advent-of-code
Last synced: 6 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T23:26:27.000Z (3 months ago)
- Last Synced: 2024-12-06T00:24:46.532Z (3 months ago)
- Topics: advent-of-code
- Language: Haskell
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 2
- 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
```