diff --git a/.gitmodules b/.gitmodules index 290bd7a..8a31749 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "Silvius"] path = Silvius url = https://github.com/ajuvercr/aoc_2020 +[submodule "Bram"] + path = Bram + url = https://github.com/bravdwal/aoc2020 diff --git a/Bram b/Bram new file mode 160000 index 0000000..b7781de --- /dev/null +++ b/Bram @@ -0,0 +1 @@ +Subproject commit b7781de8e5a8711e98da377f1a7a2a2000a4d328 diff --git a/README.md b/README.md index 100daf7..93a0b69 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ | JP | https://github.com/Jan-PieterBaert/advent-of-code | Rust | | Niko | https://github.com/niknetniko/AdventOfCode | Elixir | | Silvius | https://github.com/ajuvercr/aoc_2020 | Haskell | +| Bram | https://github.com/bravdwal/aoc2020 | Perl | * repo clonen: