https://github.com/flupe/aoc2024
Advent of Code 2024 in Haskell
https://github.com/flupe/aoc2024
Last synced: 3 months ago
JSON representation
Advent of Code 2024 in Haskell
- Host: GitHub
- URL: https://github.com/flupe/aoc2024
- Owner: flupe
- Created: 2024-12-02T09:05:04.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-23T13:57:40.000Z (6 months ago)
- Last Synced: 2025-02-04T20:25:52.916Z (5 months ago)
- Language: Haskell
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[Advent of Code 2024][aoc] in Haskell, until I get distracted or find it too difficult.
[aoc]: https://adventofcode.com/2024
Plus some [notes about solution snippets](./misc.md).
---
```
./aoc init 4
./aoc run 4
./aoc build 4
``````
Usage: ./aoc [options]
Subcommands:
init Create daily Haskell source from template
fetch Retrieve daily input file
run Run daily Haskell source
repl Open REPL on daily Haskell source
```---
- [ ] Investigate having a custom `hie.yaml` for quick LSP startup?