Implement step 2 for day 1.

This commit is contained in:
Anna Rose Wiggins 2024-02-14 20:04:34 +00:00
parent 577da4ab52
commit e04df4b548
3 changed files with 39 additions and 4 deletions

View file

@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sorted-vec = "0.8.3"