From eaf087e3bdfd57b6d39538993ffecd45b244dd88 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Wed, 1 Dec 2021 15:30:46 +0100 Subject: [PATCH] Add Lox 2020 and 2021 --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index 1149d9b..2fad270 100644 --- a/.gitmodules +++ b/.gitmodules @@ -101,3 +101,9 @@ [submodule "2021/Francis."] path = 2021/Francis. url = https://github.com/FKD13/AoC2021.git +[submodule "2020/Lox"] + path = 2020/Lox. + url = https://github.com/Silox/2020-advent-of-code +[submodule "2021/Lox"] + path = 2021/Lox. + url = https://github.com/Silox/2021-advent-of-code