do day20 for 2020

This commit is contained in:
2022-09-25 23:43:24 -04:00
parent 81acc2d472
commit 8deb5610a0
37 changed files with 2141 additions and 10 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
## Advent of Code 2021
My rust solutions for Advent of Code 2021.
## Advent of Code
My rust solutions for Advent of Code
Use `cargo test` to run each test case.
Navigate to one of the folder for a given year, then use `cargo test` to run it's test cases.