From f894ab5788c6cc4a18b7c4c16d14c4a682185426 Mon Sep 17 00:00:00 2001 From: Linus Kardell Date: Wed, 1 Dec 2021 21:39:00 +0100 Subject: [PATCH] Add LinAGKar-rust --- .gitmodules | 3 +++ LinAGKar-rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 LinAGKar-rust diff --git a/.gitmodules b/.gitmodules index 853c4c86..fd4b0f93 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,3 +41,6 @@ [submodule "johan1a-clojure"] path = johan1a-clojure url = git@github.com:johan1a/adventofcode2016.git +[submodule "LinAGKar-rust"] + path = LinAGKar-rust + url = https://github.com/LinAGKar/advent-of-code-2016-rust.git diff --git a/LinAGKar-rust b/LinAGKar-rust new file mode 160000 index 00000000..40d2d6e8 --- /dev/null +++ b/LinAGKar-rust @@ -0,0 +1 @@ +Subproject commit 40d2d6e87e7ca7fa04978679dd7e7b4c6d8de580