1
0
mirror of https://gitlab.com/MisterBiggs/aoc_2022-rust.git synced 2025-08-15 01:51:31 +00:00
This commit is contained in:
2022-12-05 01:21:58 -07:00
parent b9c2973c07
commit 4d197e403a
5 changed files with 724 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
itertools = "0.10.5"
scan_fmt = "0.2.6"