diff --git a/.gitmodules b/.gitmodules index cf85560..d93ef47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -146,3 +146,6 @@ [submodule "2022/silvius"] path = 2022/silvius url = https://github.com/ajuvercr/advent-of-code +[submodule "2022/robe"] + path = 2022/robe + url = https://github.com/SchrodingersCat00/aoc2022.git diff --git a/2022/robe b/2022/robe new file mode 160000 index 0000000..4e73e6a --- /dev/null +++ b/2022/robe @@ -0,0 +1 @@ +Subproject commit 4e73e6a1bf69f826f65ffe094bcfe9c1e6e95c72 diff --git a/README.md b/README.md index d4a328b..ad84eef 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # De Zeus Advent of Code -| Wie? | Waar? (Repository) | Taal? | -|:---------|:---------------------------------------------:|-------------------:| -| chvp | https://github.com/chvp/aoc2022 | Haskell | -| hvdncamp | https://github.com/hvdncamp/adventofcode-2022 | C | -| mcbloch | https://gitlab.com/mcbloch/aoc2022 | Clojure (Babashka) | -| fbegyn | https://github.com/fbegyn/aoc2022 | Go/Ruby | -| Mraedis | https://github.com/Mraedis/AoC2022 | Ruby | -| silvius | https://github.com/ajuvercr/advent-of-code | Rust | +| Wie? | Waar? (Repository) | Taal? | +|:---------|:------------------------------------------------:|-------------------:| +| chvp | https://github.com/chvp/aoc2022 | Haskell | +| hvdncamp | https://github.com/hvdncamp/adventofcode-2022 | C | +| mcbloch | https://gitlab.com/mcbloch/aoc2022 | Clojure (Babashka) | +| fbegyn | https://github.com/fbegyn/aoc2022 | Go/Ruby | +| Mraedis | https://github.com/Mraedis/AoC2022 | Ruby | +| silvius | https://github.com/ajuvercr/advent-of-code | Rust | +| robe | https://github.com/SchrodingersCat00/aoc2022.git | Rust | * repo clonen: