Skip to content

Commit

Permalink
Add 2021 Description
Browse files Browse the repository at this point in the history
  • Loading branch information
GeistInDerSH committed Nov 2, 2024
1 parent 85bd477 commit bfe0fc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfe0fc1

Please sign in to comment.