commit b408eca5b620b218b1c51bbbad14a099edad3458 (patch) parent 22b4205904d96fa6650615919b1276086a282213 Author: Alex Karle <alex@alexkarle.com> Date: Thu, 2 Dec 2021 09:51:35 -0500 Spruce up README.md Diffstat:
D | README | | | 1 | - |
A | README.md | | | 12 | ++++++++++++ |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -1 +0,0 @@ -Advent of Code 2021 diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ +Advent of Code 2021 +------------------- +This year I'm attempting at least some of the earlier problems +in C as well as Python (need the dynamic language to get that +super speedy private leaderboard time!). + +Should get interesting once I need hashmaps :) + +If you want to discuss any of my solutions, shoot me an email +at my public inbox: [~akarle/public-inbox@lists.sr.ht][mail] + +[mail]: mailto:~akarle/public-inbox@lists.sr.ht