https://github.com/jasterv/aoc2024-haskell
My solutions for the Advent of Code 2024 in Haskell (Work in progress)
https://github.com/jasterv/aoc2024-haskell
Last synced: about 1 year ago
JSON representation
My solutions for the Advent of Code 2024 in Haskell (Work in progress)
- Host: GitHub
- URL: https://github.com/jasterv/aoc2024-haskell
- Owner: JasterV
- License: bsd-3-clause
- Created: 2025-03-11T20:02:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T23:43:01.000Z (about 1 year ago)
- Last Synced: 2025-03-25T23:48:25.840Z (about 1 year ago)
- Language: Haskell
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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