aoc2022/README.md

15 lines
473 B
Markdown
Raw Permalink Normal View History

2022-12-04 07:11:45 +01:00
# 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
```
2022-12-13 12:30:11 +01:00
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