Skip to content

b-etz/AoC2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2024

For this year's Advent of Code, I've decided to learn a Haskell.

This is a collection of the brief code snippets required to process each daily file and return the results in the CLI.

For those with GHC installed, running each day's code should be as simple as typing...

$ ghc solve.hs

...and running either...

$ ./solve

or

$ ./solve.exe

...depending on your OS flavor.

About

Code files used to solve the Advent of Code problems for December 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors