1
0
mirror of https://gitlab.com/MisterBiggs/aoc_2022-rust.git synced 2025-07-27 08:41:24 +00:00

cleaned up code

This commit is contained in:
2022-12-01 23:07:00 -07:00
parent a12c497551
commit 6fe29ebc99
3 changed files with 26 additions and 9 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]
itertools = "0.10.5"