Add official adventofcode repo

This commit is contained in:
i582 2023-01-03 20:49:34 +04:00
parent f90dc9ac56
commit 5777bbd4c9
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@
### Programming contests
- [Advent of Code 2022](https://github.com/vlang/adventofcode) - Solution of Advent of Code 2022 in V.
- [Advent of Code 2019](https://github.com/mvlootman/aoc2019) - Solution of Advent of Code 2019 in V.
- [Rosetta Code V](https://github.com/RustemB/rosetta-code-v) - Solutions for Rosetta Code in V.
- [SoloLearn Coding Challenges](https://github.com/Serkonda/v-sololearn-coding-challenges) - Implementation of the SoloLearn coding challenges in V.