Advent of Code (2024) Language: Haskell Run (interpreted) cat input.txt | runhaskell day01a.hs Compile and Run: ghc -O2 -o prog day01a.hs cat input.txt | ./prog