Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flupe/aoc2024


https://github.com/flupe/aoc2024

Last synced: 30 days ago
JSON representation

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?