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

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)

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