From 0bb2332a4848755febc6915b3a2b00d7c29c7e5a Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 1 Dec 2021 23:40:46 +0100 Subject: [PATCH] add redfast00 --- .gitmodules | 3 +++ 2021/redfast00 | 1 + README.md | 1 + 3 files changed, 5 insertions(+) create mode 160000 2021/redfast00 diff --git a/.gitmodules b/.gitmodules index 0be8502..ef9737d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -110,3 +110,6 @@ [submodule "2021/beardhatcode"] path = 2021/beardhatcode url = https://github.com/beardhatcode/aoc-2021/ +[submodule "2021/redfast00"] + path = 2021/redfast00 + url = https://github.com/redfast00/aoc2021 diff --git a/2021/redfast00 b/2021/redfast00 new file mode 160000 index 0000000..43228ba --- /dev/null +++ b/2021/redfast00 @@ -0,0 +1 @@ +Subproject commit 43228bada38076d3144fa48fbd16e562b8f98113 diff --git a/README.md b/README.md index d15044e..814b9d5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ | Francis. | https://github.com/FKD13/AoC2021.git | Prolog | | Lox | https://github.com/Silox/2021-advent-of-code.git | Ruby | | beardhatcode | https://github.com/beardhatcode/aoc-2021 | Rust | +| redfast00 | https://github.com/redfast00/aoc2021 | Python | * repo clonen: