From d229aa44d949e3066510f3a8c529554296cf8116 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sat, 17 Feb 2024 20:20:38 +0000 Subject: [PATCH] Add a readme. --- 2022/readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2022/readme.md diff --git a/2022/readme.md b/2022/readme.md new file mode 100644 index 0000000..ef720f7 --- /dev/null +++ b/2022/readme.md @@ -0,0 +1,5 @@ +## Advent of Code 2022 + +These problems were actually solved in early 2024 as part of a Rust study group. + +For the most part, each day's solution was left "as-is" and feedback from the study group was not incorporated until subsequent days, in an attempt to document my attempt to learn the language.