This commit is contained in:
nora 2024-12-02 18:56:45 +01:00
parent 2bacc67280
commit ba8c793c18
7 changed files with 1104 additions and 0 deletions

15
2024/day02/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "day02"
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