https://github.com/elldritch/advent2024
https://github.com/elldritch/advent2024
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elldritch/advent2024
- Owner: elldritch
- Created: 2024-12-05T07:34:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T07:40:06.000Z (over 1 year ago)
- Last Synced: 2025-02-03T13:44:52.223Z (over 1 year ago)
- Language: Haskell
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
Solutions for [Advent of Code 2024](https://adventofcode.com/2024) in Haskell. To use, place puzzle inputs in `data/$DAY` (e.g. `data/1`) and run `cabal run advent2024 -- --day $DAY`.
For more usage options, run `cabal run advent2024 -- --help`.