My solutions to advent of code 2024 in Haskell I'm using this to learn Haskell, so please excuse my horrible code. Usage Project uses stack stack exec aoc24 -- -d <day> -p <part> input goes into ./input with the file name being the day number. (e.g. ./input/1.txt)