From 9e9e0f1f17cca3e584be52b799d45d20d942289f Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 1 Dec 2021 23:20:15 +0100 Subject: [PATCH] add beardhatcode --- .gitmodules | 3 +++ 2021/beardhatcode | 1 + README.md | 1 + 3 files changed, 5 insertions(+) create mode 160000 2021/beardhatcode diff --git a/.gitmodules b/.gitmodules index 2d66976..0be8502 100644 --- a/.gitmodules +++ b/.gitmodules @@ -107,3 +107,6 @@ [submodule "2021/Lox"] path = 2021/Lox url = https://github.com/Silox/2021-advent-of-code +[submodule "2021/beardhatcode"] + path = 2021/beardhatcode + url = https://github.com/beardhatcode/aoc-2021/ diff --git a/2021/beardhatcode b/2021/beardhatcode new file mode 160000 index 0000000..c8e2636 --- /dev/null +++ b/2021/beardhatcode @@ -0,0 +1 @@ +Subproject commit c8e2636ec414cf264bb5b7005cea9403dcbbef4b diff --git a/README.md b/README.md index 68e841b..d15044e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ | Swambino | https://github.com/AWerbrouck/AoC | py & haskell| | 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 | * repo clonen: