Skip to content

ghostrider77/adventOfCode-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AoC 2024 in Haskell

Resources

License

Stars

Watchers

Forks