No description
Find a file
2025-04-17 01:57:13 +02:00
.github/workflows Update haskell.yml 2025-03-13 19:00:46 +01:00
input day11 first approach 2025-04-17 01:57:13 +02:00
src day11 first approach 2025-04-17 01:57:13 +02:00
test day10 part two WIP 2025-04-01 22:57:33 +02:00
.gitignore update gitignore 2025-03-11 21:03:31 +01:00
aoc2024.cabal day11 first approach 2025-04-17 01:57:13 +02: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 refactor day6 part one 2025-03-30 20:59:08 +02: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