From 0032544b6be05d8b0e9601e7117406fc2183328b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 1 Dec 2024 21:27:17 +0100 Subject: [PATCH] here we go again... --- .gitmodules | 3 +++ 2024/chvp | 1 + README.md | 1 + 3 files changed, 5 insertions(+) create mode 160000 2024/chvp diff --git a/.gitmodules b/.gitmodules index 82a6f7e..e5d6a08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -191,3 +191,6 @@ [submodule "2024/redfast00"] path = 2024/redfast00 url = https://github.com/redfast00/aoc2024 +[submodule "2024/chvp"] + path = 2024/chvp + url = https://github.com/chvp/aoc2024 diff --git a/2024/chvp b/2024/chvp new file mode 160000 index 0000000..9fecb82 --- /dev/null +++ b/2024/chvp @@ -0,0 +1 @@ +Subproject commit 9fecb826b1f97cb39ae5ab2863c98538cd197c83 diff --git a/README.md b/README.md index 133e7ee..9c6230f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ | vincent | https://github.com/Topvennie/AoC | Go | | jnms | https://github.com/Reavershark/aoc24 | D | | redfast00 | https://github.com/redfast00/aoc2024 | Rust | +| chvp | https://github.com/chvp/aoc2024 | SQL | * repo clonen: