https://github.com/coding-cactus/aoc-2024-haskell
https://github.com/coding-cactus/aoc-2024-haskell
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coding-cactus/aoc-2024-haskell
- Owner: Coding-Cactus
- Created: 2024-12-26T16:00:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T16:05:15.000Z (5 months ago)
- Last Synced: 2025-01-02T22:34:40.331Z (5 months ago)
- Language: Haskell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bad Haskell solutions to Advent of Code 2024.
Run `$ stack ghci` then in GHCI run `solve dayXPartY`, e.g. for day 21 part 2: `solve day21Part2`.