Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flupe/aoc2024
https://github.com/flupe/aoc2024
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flupe/aoc2024
- Owner: flupe
- Created: 2024-12-02T09:05:04.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-02T17:24:22.000Z (about 1 month ago)
- Last Synced: 2024-12-02T18:32:51.428Z (about 1 month ago)
- Language: Haskell
- Size: 1.95 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?