From 48e70ac9db0d3541308a532e49ef1f98749fce66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= <49537445+JasterV@users.noreply.github.com> Date: Thu, 13 Mar 2025 19:12:14 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df3bb6..8e01c94 100644 --- a/README.md +++ b/README.md @@ -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 + +