From 12c2f6b3662ebbc1377bfd8544de5fa849ea866a Mon Sep 17 00:00:00 2001 From: Jonas Meeuws Date: Mon, 2 Dec 2024 21:03:47 +0100 Subject: [PATCH] Add francis --- .gitmodules | 3 +++ 2024/francis | 1 + README.md | 1 + 3 files changed, 5 insertions(+) create mode 160000 2024/francis diff --git a/.gitmodules b/.gitmodules index 7d2fba5..a1f31be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -197,3 +197,6 @@ [submodule "2024/michiel"] path = 2024/michiel url = https://github.com/milachae/aoc2024 +[submodule "2024/francis"] + path = 2024/francis + url = https://github.com/fbegyn/aoc2024 diff --git a/2024/francis b/2024/francis new file mode 160000 index 0000000..4026f0e --- /dev/null +++ b/2024/francis @@ -0,0 +1 @@ +Subproject commit 4026f0e2701bc0f8ed7c90ee60df8e848d4c2295 diff --git a/README.md b/README.md index 1364f0e..a56c284 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ | redfast00 | https://github.com/redfast00/aoc2024 | Rust | | chvp | https://github.com/chvp/aoc2024 | SQL | | michiel | https://github.com/milachae/aoc2024 | Rust | +| francis | https://github.com/fbegyn/aoc2024 | Go | * repo clonen: