aoc2022 solutions, entirely in haskell
Go to file
Jill 657087d6ed fun fact! transpose exists 2022-12-05 09:58:43 +03:00
.gitignore day 5, undo clean mistake (that ended up almost deleting actual code) 2022-12-05 09:12:38 +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
5-a.hs fun fact! transpose exists 2022-12-05 09:58:43 +03:00
5-b.hs fun fact! transpose exists 2022-12-05 09:58:43 +03:00
README.md readme note 2022-12-05 09:13:06 +03:00
clean.sh day 5, undo clean mistake (that ended up almost deleting actual code) 2022-12-05 09:12:38 +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, but all programs will strictly take in the aoc input and output what can be pasted into the anwser field