day 5 part 1

This commit is contained in:
nora 2023-12-05 17:28:06 +01:00
parent f0dfa14c44
commit 06bbace80a
7 changed files with 459 additions and 0 deletions

15
2023/day05/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "day05"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom.workspace = true
helper.workspace = true
divan.workspace = true
[[bench]]
name = "benches"
harness = false