mirror of
https://codeberg.org/JasterV/aoc2024-haskell.git
synced 2026-04-26 18:10:05 +00:00
No description
| .github/workflows | ||
| input | ||
| src | ||
| test | ||
| .gitignore | ||
| aoc2024.cabal | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
| stack.yaml | ||
| stack.yaml.lock | ||
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