Added better error reporting in case the files are missing, and slightly improved 2022 - Day 2

This commit is contained in:
2022-12-02 22:21:14 +01:00
parent cdaf5ebc6f
commit 8db3d5116c
5 changed files with 71 additions and 58 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]
anyhow = "1.0"