diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-03 10:44:43 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-03 10:44:43 -0500 |
| commit | 0d065be5a871100eb5c2a332499fa1cb65a9f5e5 (patch) | |
| tree | 510a48bb35c8ca8e302a3394e70356530f9d61bd | |
| parent | 4fd2a26de3a2a2e5e09443a6a686c23492b4eb95 (diff) | |
AoCs into double digits
| -rw-r--r-- | community/README.md | 4 | ||||
| -rw-r--r-- | docs/community/index.html | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/community/README.md b/community/README.md index 9e9ee4be..f57e89b8 100644 --- a/community/README.md +++ b/community/README.md @@ -6,10 +6,14 @@ [Advent of Code](https://adventofcode.com/) 2021 is now running! Solutions are being published by: +[Hannu Hartikainen](https://github.com/dancek/bqn-advent2021) • [Alex Dikelsky](https://github.com/AlexDikelsky/puzzles/tree/main/advent_of_code/advent_2021) • [Dimitri Lozeve](https://github.com/dlozeve/aoc2021) • [Josh Holland](https://git.sr.ht/~jshholland/adventofcode/tree/master/item/2021/) • [Antti Keränen](https://github.com/Detegr/aoc2021) • +[Alexander Wood](https://github.com/knightzmc/advent-of-code-2021) • +[Olodus](https://github.com/Olodus/advent_of_code2021) • +[Ben Dean](https://github.com/bddean/aoc-2021) • [Raghu Ranganathan](https://github.com/razetime/AOC2021-BQN) • [Leah Neukirchen](https://github.com/leahneukirchen/adventofcode2021) • [Johnny](https://github.com/JohnnyJayJay/adventofcode-21) • diff --git a/docs/community/index.html b/docs/community/index.html index b8599dfb..7e43635f 100644 --- a/docs/community/index.html +++ b/docs/community/index.html @@ -8,10 +8,14 @@ <center> <p><a href="https://adventofcode.com/">Advent of Code</a> 2021 is now running! Solutions are being published by:</p> -<p><a href="https://github.com/AlexDikelsky/puzzles/tree/main/advent_of_code/advent_2021">Alex Dikelsky</a> • +<p><a href="https://github.com/dancek/bqn-advent2021">Hannu Hartikainen</a> • +<a href="https://github.com/AlexDikelsky/puzzles/tree/main/advent_of_code/advent_2021">Alex Dikelsky</a> • <a href="https://github.com/dlozeve/aoc2021">Dimitri Lozeve</a> • <a href="https://git.sr.ht/~jshholland/adventofcode/tree/master/item/2021/">Josh Holland</a> • <a href="https://github.com/Detegr/aoc2021">Antti Keränen</a> • +<a href="https://github.com/knightzmc/advent-of-code-2021">Alexander Wood</a> • +<a href="https://github.com/Olodus/advent_of_code2021">Olodus</a> • +<a href="https://github.com/bddean/aoc-2021">Ben Dean</a> • <a href="https://github.com/razetime/AOC2021-BQN">Raghu Ranganathan</a> • <a href="https://github.com/leahneukirchen/adventofcode2021">Leah Neukirchen</a> • <a href="https://github.com/JohnnyJayJay/adventofcode-21">Johnny</a> • |
