From bfe0fc1401a77b2eb106eb760af9b09a4faf6fa2 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Fri, 1 Nov 2024 20:48:05 -0700 Subject: [PATCH] Add 2021 Description --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 632556d..072fe1c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ Advancing knowledge of Kotlin, and focusing on using Sequences where possible for efficiently generating answers. +## 2021 + +Originally, I started AoC 2021 in Rust however I had set out to do it purely with +immutability. This ended up being a bad idea, especially with a limited knowledge +of the language at the time. Here on a number of years later, it's been completed +in Kotlin. There was also a larger focus on being able to generalize code for +re-use for use in future solutions. + ## 2022 I originally started AoC 2022 in Clojure, and ported it