Solution to 2020 puzzle 1.

This commit is contained in:
2020-12-01 19:45:04 -08:00
parent 86a286a2b1
commit dc31e858dc
5 changed files with 312 additions and 0 deletions

14
2020/Cargo.lock generated Normal file
View File

@@ -0,0 +1,14 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "advent2020"
version = "0.1.0"
dependencies = [
"anyhow",
]
[[package]]
name = "anyhow"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"