first commit

This commit is contained in:
Zenn 2023-09-12 09:55:00 +02:00
commit cfe3798d17
42 changed files with 9617 additions and 0 deletions

12
2022/day7/Cargo.toml Executable file
View file

@ -0,0 +1,12 @@
[package]
name = "day7"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.69"
dbg-pls = { version = "0.4.1", features = ["colors", "derive"] }
nom = "7.1.3"
transiter = "0.2.0"