Added Solution for 2023 day 15

This commit is contained in:
Burnus 2023-12-15 15:10:04 +01:00
parent c3350982cb
commit 6506b18dc1
5 changed files with 286 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[package]
name = "day15_lens_library"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
criterion = "0.5.1"
[[bench]]
name = "test_benchmark"
harness = false