From 15109541b5c2ddcd5b83b7f88de4baad5fc0b0d4 Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 6 Dec 2023 21:22:59 +0100 Subject: [PATCH] created new README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6dd882 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# advent of code + +I had this repo for my 12021 solutions of [advent of code](https://adventofcode.com), now I'm sharing here other years as well. + +## Programming languages +* 12021: awk +* 12022: lua and fennel +* 12023: lua + +## Documentation +* `12021/` has a `README.md` file where I was saving my stats. +* `12022/` has an `aoc12022.html` file where I was documenting my journey. +* `12023/` doesn't have anything like that so far