From 610a2527ecf3a69ab1c92ca37802b52c8012b7cf Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sat, 2 Dec 2023 21:05:53 +0100 Subject: [PATCH] Add readme Signed-off-by: Christopher Arndt --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9cede8 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Advent of Code 2023 + +My solutions for the [Advent of Code 2023](https://adventofcode.com/2023) +using the [Nim](https://nim-lang.org/) programming language.