From 56e68a77d24514c165a9668a384b543b234f4ed5 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 12 Dec 2024 23:13:27 -0500 Subject: [PATCH] Finish up Advent of Code 2024 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index df93fa8..61b5e88 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,9 @@ Below are a list of the programming languages used to solve each day: - Day 6 - Rust - Day 7 - Python - Day 8 - Rust + +## NOTE: + +I was originally hoping to use Advent of Code as an excuse to do Haskell but I'm finding that I don't have time to work on learning Haskell in this manner. +I still plan on tackling Haskell but I have other projects that I'm more interested in working on than these toy problems. +The little bit I did was pretty fun though and maybe next year I'll have more time to devote to Haskell and these code problems.