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: