nikolay / aoc24

Repository from Github https://github.comnikolay/aoc24Repository from Github https://github.comnikolay/aoc24

My solutions to advent of code 2024 in Haskell

I'm using this to learn Haskell, so please excuse my horrible code.

Usage

Project uses stack

stack exec aoc24 -- -d <day> -p <part>

input goes into ./input with the file name being the day number. (e.g. ./input/1.txt)

About

License:MIT License


Languages

Language:Haskell 100.0%