2022 day01

This commit is contained in:
nora 2024-11-10 16:43:01 +01:00
parent fd2ea0612b
commit e153ec51cd
20 changed files with 3180 additions and 82 deletions

11
2023/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[workspace]
resolver = "2"
members = ["day*"]
[profile.release]
debug = 1
[workspace.dependencies]
helper = { path = "../helper" }
nom = "7.1.3"
divan = "0.1.4"