Compare commits

...

2 Commits

Author SHA1 Message Date
a896fd54c9 feat: add 2024 2024-11-29 00:22:31 +01:00
bd98552740 feat: add template/rust 2024-11-29 00:16:49 +01:00
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "2015"] [submodule "2015"]
path = 2015 path = 2015
url = ../aoc2015.git url = ../aoc2015.git
[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

1
2024 Submodule

Submodule 2024 added at 000000007a

1
template/rust Submodule

Submodule template/rust added at fa4a082739