https://github.com/drewolson/aoc-hs
Advent of Code in Haskell
https://github.com/drewolson/aoc-hs
Last synced: 3 months ago
JSON representation
Advent of Code in Haskell
- Host: GitHub
- URL: https://github.com/drewolson/aoc-hs
- Owner: drewolson
- License: other
- Created: 2021-11-28T01:33:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-01T13:52:44.000Z (7 months ago)
- Last Synced: 2025-11-01T15:18:32.594Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 361 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
[](https://github.com/drewolson/aoc-hs/actions/workflows/test.yml)
## Build
```
stack build
```
## Run Solution
```
stack run -- --help
stack run -- --day 1 --part 1
stack run -- -d 1 -p 1
```
## Test
```
stack test
```