Remove 2021 for now as redoing 2020 instead

This commit is contained in:
Adam Millerchip 2022-08-14 14:36:10 +09:00
parent 2ebd8fe609
commit fc0eb4a63c
2 changed files with 2 additions and 7 deletions

View File

@ -1,5 +0,0 @@
# Advent of Code 2021 in Zig!
I just started learning Zig on Christmas Day 2021, so after running through a few tutorials I'm planning on running through a few of the 2021 puzzles as a way to get to know the language, probably starting sometime in January 2022.
<img width="943" alt="image" src="https://user-images.githubusercontent.com/498229/147409293-6a855c9c-7d89-4440-9192-240eb47b3d85.png">

View File

@ -2,6 +2,6 @@
My (attempted) solutions to [Advent of Code](https://adventofcode.com/).
- [2021: Zig](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2021)
- [2020: Elixir](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2020)
- [2020: Zig](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2020/zig)
- [2020: Elixir](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2020/elixir)
- [2018: Elixir](https://git.adamu.jp/adam/AdventOfCode/src/branch/main/2018)