diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-10 18:24:20 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-10 18:24:20 -0500 |
| commit | 76ddd6ead29054a21a114b4a7b3071d85654fb1b (patch) | |
| tree | 0fbf1788d0f3401974e45cf9e54281baf6e74acc | |
| parent | 0144719ca0f7ac8d3d610411aa9161787dace4a3 (diff) | |
AoC updates
| -rw-r--r-- | community/README.md | 7 | ||||
| -rw-r--r-- | docs/community/index.html | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/community/README.md b/community/README.md index 89e71823..53fec108 100644 --- a/community/README.md +++ b/community/README.md @@ -8,7 +8,6 @@ [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) • [Antti Keränen](https://github.com/Detegr/aoc2021) • [Raghu Ranganathan](https://github.com/razetime/AOC2021-BQN) • [Leah Neukirchen](https://github.com/leahneukirchen/adventofcode2021)+[blog](https://leahneukirchen.org/blog/archive/2021/12/counting-lanternfish-with-bqn-and-linear-algebra.html) • @@ -16,7 +15,11 @@ [frasiyav](https://github.com/frasiyav/AoC2021) • [Caleb Quilley](https://gitlab.com/icen/aoc21) -Partial: [Josh Holland](https://git.sr.ht/~jshholland/adventofcode/tree/master/item/2021/) • +Partial: +[Alastair Williams](https://github.com/alephno/aoc2021) • +[Aren Windham](https://github.com/arwn/aoc2021) • +[Dimitri Lozeve](https://github.com/dlozeve/aoc2021) • +[Josh Holland](https://git.sr.ht/~jshholland/adventofcode/tree/master/item/2021/) • [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) diff --git a/docs/community/index.html b/docs/community/index.html index 4f7987c3..622be6f2 100644 --- a/docs/community/index.html +++ b/docs/community/index.html @@ -10,14 +10,17 @@ <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/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://github.com/Detegr/aoc2021">Antti Keränen</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://leahneukirchen.org/blog/archive/2021/12/counting-lanternfish-with-bqn-and-linear-algebra.html">blog</a> • <a href="https://github.com/JohnnyJayJay/adventofcode-21">Johnny</a> • <a href="https://github.com/frasiyav/AoC2021">frasiyav</a> • <a href="https://gitlab.com/icen/aoc21">Caleb Quilley</a></p> -<p>Partial: <a href="https://git.sr.ht/~jshholland/adventofcode/tree/master/item/2021/">Josh Holland</a> • +<p>Partial: +<a href="https://github.com/alephno/aoc2021">Alastair Williams</a> • +<a href="https://github.com/arwn/aoc2021">Aren Windham</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/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></p> |
