2024-12-02 16:42:58 +01:00
2024-12-02 01:15:23 +01:00
2024-12-02 16:42:58 +01:00
2024-12-02 14:57:49 +01:00

Haskell solutions for Advent of Code 2024

My solutions to Advent of Code 2024

Building and running

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
Description
No description provided
Readme 34 KiB
Languages
Haskell 100%