No description
Find a file
Víctor Martínez 48e70ac9db
Update README.md
2025-03-13 19:12:14 +01:00
.github/workflows Update haskell.yml 2025-03-13 19:00:46 +01:00
input feat: day3 2025-03-12 23:31:24 +01:00
src feat: setup tests and implement them for each day 2025-03-13 18:41:24 +01:00
test feat: setup tests and implement them for each day 2025-03-13 18:41:24 +01:00
.gitignore update gitignore 2025-03-11 21:03:31 +01:00
aoc2024.cabal feat: setup tests and implement them for each day 2025-03-13 18:41:24 +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: setup tests and implement them for each day 2025-03-13 18:41:24 +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