aoc2022 solutions, entirely in haskell
Go to file
Jill 57c1faf04e day 5, undo clean mistake (that ended up almost deleting actual code) 2022-12-05 09:12:38 +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 day 5, undo clean mistake (that ended up almost deleting actual code) 2022-12-05 09:12:38 +03:00
5-b.hs day 5, undo clean mistake (that ended up almost deleting actual code) 2022-12-05 09:12:38 +03:00
README.md init d1-4 2022-12-04 09:11:45 +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