Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jambolo/advent-of-code-2024
Advent of Code 2024 solutions in Haskell
https://github.com/jambolo/advent-of-code-2024
advent-of-code advent-of-code-2024 haskell
Last synced: about 1 month ago
JSON representation
Advent of Code 2024 solutions in Haskell
- Host: GitHub
- URL: https://github.com/jambolo/advent-of-code-2024
- Owner: jambolo
- License: mit
- Created: 2024-12-02T20:22:43.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-05T04:00:08.000Z (about 1 month ago)
- Last Synced: 2024-12-05T05:17:10.502Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, haskell
- Language: Haskell
- Homepage:
- Size: 12.7 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
# Advent Of Code 2024
Advent of Code 2024 solutions in Haskell. The development environment is VSCode and stack in Windows.### Day 1
In general terms, the solution for both parts of day 1 is trivial, but wow Haskell has a *steep* learning curve.