FEAT: Adding submodules for previous years repos

This commit is contained in:
2023-11-19 16:25:40 +00:00
commit e02ada7828
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@@ -0,0 +1,12 @@
[submodule "AdventOfCode2015"]
path = AdventOfCode2015
url = git@github.com:JohnCosta27/AdventOfCode2015.git
[submodule "AdventOfCode2020"]
path = AdventOfCode2020
url = git@github.com:JohnCosta27/AdventOfCode2020.git
[submodule "AdventOfCode2021"]
path = AdventOfCode2021
url = git@github.com:JohnCosta27/AdventOfCode2021.git
[submodule "AdventOfCode2022"]
path = AdventOfCode2022
url = git@github.com:JohnCosta27/AdventOfCode2022.git