No description
Find a file
2025-03-25 21:41:06 +01:00
.github/workflows Update haskell.yml 2025-03-13 19:00:46 +01:00
input feat: day5 part one 2025-03-14 00:55:20 +01:00
src day4 partTwo WIP 2025-03-25 21:41:06 +01:00
test feat: day4 part one 2025-03-25 02:12:09 +01:00
.gitignore update gitignore 2025-03-11 21:03:31 +01:00
aoc2024.cabal feat: day4 part one 2025-03-25 02:12:09 +01:00
CHANGELOG.md feat: day1 2025-03-10 00:37:59 +01:00
LICENSE feat: day1 2025-03-10 00:37:59 +01:00
package.yaml feat: day5 part one 2025-03-14 00:55:20 +01:00
README.md Update README.md 2025-03-13 19:12:14 +01:00
Setup.hs Revert "remove Setup.hs" 2025-03-13 18:10:43 +01:00
stack.yaml feat: day1 2025-03-10 00:37:59 +01:00
stack.yaml.lock feat: day1 2025-03-10 00:37:59 +01:00

AOC 2024 solutions with Haskell

⚠️ WORK IN PROGRESS ⚠️

I am using this as my haskell playground to learn the language.

I've also setup tests for the sake of learning how to write them and setup a CI for the same reason