diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-07 21:43:59 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-07 21:43:59 -0500 |
| commit | d5130826c60fd4dcfc8f2f14d1e10dab96c43b9b (patch) | |
| tree | 960c3d0341fafc2a61686ef884db8182eb936993 /community | |
| parent | c2638f5bfe186cd94c4d25d9ac30c10851e18046 (diff) | |
Add list of 2022 AoC repositories
Diffstat (limited to 'community')
| -rw-r--r-- | community/aoc.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/community/aoc.md b/community/aoc.md index 7c591fd5..1d45146c 100644 --- a/community/aoc.md +++ b/community/aoc.md @@ -2,6 +2,54 @@ # Advent of Code +[Advent of Code 2022](https://adventofcode.com/2022) is now running, with tons of published BQN solutions: + +<center> + +[Narazaki Shuji](https://github.com/shnarazk/advent-of-code/tree/main/bqn/2022) • +[Jack Franklin](https://github.com/jhfranklin/aoc/tree/main/2022) • +[Antti Keränen](https://github.com/Detegr/aoc2022) • +[sterni](https://code.tvl.fyi/tree/users/sterni/exercises/aoc/2022) • +[Brian E](https://github.com/Brian-ED/BQN-Advent-Of-Code/tree/main/2022) • +[Raghu R](https://github.com/razetime/aoc/tree/main/22/bqn) • +[saltysylvi](https://github.com/saltysylvi/bqn-aoc2022) • +[Caleb Quilley](https://github.com/icendoan/aoc22) • +[Michael Percival](https://github.com/mpizzzle/AdventOfCode/tree/master/2022) • +[frasiyav](https://github.com/frasiyav/AoC2022) • +[dzaima](https://github.com/dzaima/aoc/tree/master/2022/BQN) • +[Dimitri Lozeve](https://github.com/dlozeve/aoc2022) • +[Skye Soss](https://github.com/Skyb0rg007/Advent-of-Code/tree/master/2022) • +[Karim Elmougi](https://github.com/karimElmougi/aoc/tree/master/2022) • +[eissplitter](https://github.com/eissplitter/aoc) • +[Rampoina](https://codeberg.org/Rampoina/aoc/src/branch/master/2022) • +[Olodus](https://github.com/Olodus/advent_of_code2021/tree/main/2022) • +[Joshua Suskalo](https://git.sr.ht/~srasu/bqn-aoc/tree/main/item/src/aoc2022) • +[Juuso Haavisto](https://github.com/jhvst/advent2022) • +[Dunya Kirkali](https://github.com/dunyakirkali/aoc.bqn/tree/main/2022) • +[Johnny](https://github.com/devcordde/adventofcode-22) • +[Samuel](https://github.com/SamuelSarle/advent/tree/master/adv_2022) • +[axelbdt](https://github.com/axelbdt/aoc/tree/main/2022/bqn) • +[N\`hlest](https://github.com/Nhlest/AoC2022/tree/main/bqn) • +[Alpha Chen](https://github.com/kejadlen/advent-of-code/tree/main/2022/bqn) • +[ynk](https://github.com/AugustUnderground/AoC2022) • +[James Sully](https://github.com/sullyj3/adventofcode2022) • +[Hannu Hartikainen](https://github.com/dancek/bqn-advent2022) • +[Conor Hoekstra](https://github.com/codereport/Advent-of-Code-2022) • +[Asher Harvey-Smith](https://github.com/asherbhs/aoc2022) • +[extorious](https://github.com/extorious/aoc2022) • +[Joona Piirainen](https://github.com/japiirainen/aoc-2022/tree/main/hs) • +[Doug Kelkhoff](https://github.com/dgkf/advent-of-code/tree/master/2022) • +[Adam Juraszek](https://github.com/juriad/advent2022) • +[dankeyy](https://github.com/dankeyy/aoc22) • +[Akshay Nair](https://github.com/phenax/advent-of-coolio-2022) • +[Ben Dean](https://github.com/bddean/aoc/tree/main/2022) + +</center> + +I'm posting statistics in the [forum](forums.md) for now, and will update here once things have settled down some! + +### Last year + [Advent of Code 2021](https://adventofcode.com/2021) saw great participation by the BQN community, with a total of 234 solutions published by 22 programmers. They can be found in these repositories: <center> |
