Compare commits

...

4 Commits

Author SHA1 Message Date
35fc12d878 chore: bump 2024 2025-01-02 22:46:19 +01:00
1663d0e2f0 fix: push correct aoc-template commit 2024-12-05 07:22:46 +01:00
7c60b9b7c8 feat: add 2024 2024-11-29 00:23:52 +01:00
90cc911922 feat: add template/rust 2024-11-29 00:23:09 +01:00
3 changed files with 10 additions and 0 deletions

8
.gitmodules vendored
View File

@@ -1,3 +1,11 @@
[submodule "2015"] [submodule "2015"]
path = 2015 path = 2015
url = ../aoc2015.git url = ../aoc2015.git
[submodule "2024"]
path = 2024
url = ../aoc2024.git
[submodule "template/rust"]
path = template/rust
url = ../aoc-template.git

1
2024 Submodule

Submodule 2024 added at 00000340e7

1
template/rust Submodule

Submodule template/rust added at 0000048092