aoc2022/README.md

15 lines
473 B
Markdown

# aoc2022
entirely in haskell :)
## how do i run this
you shouldn't; but for documentation purposes it's
```bash
$ ghc 1-a.hs && cat 1_input | ./1-a
```
you'll need to retrieve `1_input` from your aoc, but all programs will strictly take in the aoc input and ~~output what can be pasted into the anwser field~~ (thanks, day 10 part 2!)
occasionally, i'll also leave `-extra.hs` files for misc stuff i never ended up using but was neat anyways and i wanted to preserve