From 7cad6a842cd6a07edb599caab10172c74cc76c1c Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Sat, 14 Dec 2024 23:06:00 +0500 Subject: [PATCH] Add a short description for AoC 2024 --- advent-of-code/2024/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 advent-of-code/2024/README.md diff --git a/advent-of-code/2024/README.md b/advent-of-code/2024/README.md new file mode 100644 index 0000000..74f8372 --- /dev/null +++ b/advent-of-code/2024/README.md @@ -0,0 +1 @@ +# Advent of Code 2024 solutions