aoc2022 solutions, entirely in haskell
Go to file
Jill c57fa1df31 chunkList exists, apparently 2022-12-04 09:23:30 +03:00
.gitignore init d1-4 2022-12-04 09:11:45 +03:00
1-a.hs init d1-4 2022-12-04 09:11:45 +03:00
1-b.hs init d1-4 2022-12-04 09:11:45 +03:00
2-a.hs init d1-4 2022-12-04 09:11:45 +03:00
2-b.hs init d1-4 2022-12-04 09:11:45 +03:00
3-a-v2.hs init d1-4 2022-12-04 09:11:45 +03:00
3-a.hs init d1-4 2022-12-04 09:11:45 +03:00
3-b-v2.hs chunkList exists, apparently 2022-12-04 09:23:30 +03:00
3-b.hs init d1-4 2022-12-04 09:11:45 +03:00
4-a.hs init d1-4 2022-12-04 09:11:45 +03:00
4-b.hs init d1-4 2022-12-04 09:11:45 +03:00
README.md init d1-4 2022-12-04 09:11:45 +03:00
clean.sh init d1-4 2022-12-04 09:11:45 +03:00

README.md

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