From f5ca2afb7889dc3e1b9efd1209011c74b77ce649 Mon Sep 17 00:00:00 2001 From: Sitt Min Oo Date: Thu, 8 Dec 2022 20:19:32 +0100 Subject: [PATCH] add min oo's repo for aoc --- .gitmodules | 3 +++ 2022/s-minoo | 1 + README.md | 1 + 3 files changed, 5 insertions(+) create mode 160000 2022/s-minoo diff --git a/.gitmodules b/.gitmodules index 08d4dac..92ea7b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -155,3 +155,6 @@ [submodule "2022/jaspervdj"] path = 2022/jaspervdj url = https://github.com/jaspervdj/advent-of-code +[submodule "2022/s-minoo"] + path = 2022/s-minoo + url = https://github.com/s-minoo/advent-of-code.git diff --git a/2022/s-minoo b/2022/s-minoo new file mode 160000 index 0000000..893b069 --- /dev/null +++ b/2022/s-minoo @@ -0,0 +1 @@ +Subproject commit 893b0696b2d0d2855ca64a4574a4f678f6b87c3a diff --git a/README.md b/README.md index c74f894..f235cac 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ | robe | https://github.com/SchrodingersCat00/aoc2022.git | Rust | | niknetniko | https://github.com/niknetniko/AdventOfCode | C | | jaspervdj | https://github.com/jaspervdj/advent-of-code | Haskell | +| s-minoo | https://github.com/s-minoo/advent-of-code | Rust | * repo clonen: