From bf5c0da3525c366828cb370c5c410190df53a035 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sun, 9 Jan 2022 17:18:44 +0000 Subject: [PATCH] Initial README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29..1305fc3 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# Advent of Code + +In this repository are my Advent of Code solutions. + +I don't religiously take part, and tend to bow out before halfway through even +on the years I do take part. Mostly, it's how I find an excuse to write code in +a programming language I'm interested in learning more about. + +2018, 2019, and 2020 were in their own separate repositories, but have been +`git subtree`'d into this one - no point creating a new repository every year. + +* 2018 - Rust +* 2019 - Zig +* 2020 - JavaScript +* 2021 - Python + +I did 2017 in LISP, but don't seem to have kept a copy of the code anywhere.