Update README.md

This commit is contained in:
Víctor Martínez 2025-03-13 19:12:14 +01:00 committed by GitHub
parent dc8981f4ba
commit 48e70ac9db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,9 @@
# aoc2024
# 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