Skip to content

olemorud/aoc-in-haskell-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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