We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd531f commit 9872fadCopy full SHA for 9872fad
README.md
@@ -11,8 +11,10 @@ cargo run --release --bin DAY # run a specific day
11
cargo run --release # run all days
12
```
13
14
-## Other years
+## All years
15
+- [2024](https://github.com/AxlLind/AdventOfCode2024/) in Rust :crab:
16
- [2023](https://github.com/AxlLind/AdventOfCode2023/) in Rust :crab:
17
+- [2022](https://github.com/AxlLind/AdventOfCode2022/) in Rust :crab:
18
- [2021](https://github.com/AxlLind/AdventOfCode2021/) in Rust :crab:
19
- [2020](https://github.com/AxlLind/AdventOfCode2020/) in Rust :crab:
20
- [2019](https://github.com/AxlLind/AdventOfCode2019/) in Rust :crab:
0 commit comments