add running instructions

This commit is contained in:
Adam Jeniski 2022-01-06 16:49:07 -05:00
parent 8edf764583
commit edbee93a8c

View File

@ -1,2 +1,4 @@
## Advent of Code 2021 ## Advent of Code 2021
My rust solutions for Advent of Code 2021. My rust solutions for Advent of Code 2021.
Use `cargo test` to run each test case.