From a896fd54c96e0a7a658146f466dbf56d495b53a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 29 Nov 2024 00:22:31 +0100 Subject: [PATCH] feat: add 2024 --- .gitmodules | 3 +++ 2024 | 1 + 2 files changed, 4 insertions(+) create mode 160000 2024 diff --git a/.gitmodules b/.gitmodules index 461b80b..a0b6283 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "template/rust"] path = template/rust url = https://git.janezic.dev/janezicmatej/aoc-template.git +[submodule "2024"] + path = 2024 + url = https://git.janezic.dev/janezicmatej/aoc2024.git diff --git a/2024 b/2024 new file mode 160000 index 0000000..0000000 --- /dev/null +++ b/2024 @@ -0,0 +1 @@ +Subproject commit 000000007a459cb35ded7ced2f024eeef41ea3d3