uploading 2022 where i left it

This commit is contained in:
Dylan Thies
2023-12-07 08:24:18 -05:00
parent 2d37c34122
commit 6eaaa4630e
5 changed files with 126 additions and 0 deletions

12
day17/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "day17"
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools.workspace = true
nom.workspace = true