Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.