My solutions to Advent of Code 2024
The programs expect input from stdin. The easiest way to compile and run the programs are as follows:
ghc -dynamic silver.hs
./silver <test.txt
ghc -dynamic gold.hs
./gold <test.txtMy solutions to Advent of Code 2024
The programs expect input from stdin. The easiest way to compile and run the programs are as follows:
ghc -dynamic silver.hs
./silver <test.txt
ghc -dynamic gold.hs
./gold <test.txt