aoc2022/README.md

340 B

aoc2022

entirely in haskell :)

how do i run this

you shouldn't; but for documentation purposes it's

$ 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!)