mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-17 19:15:01 +01:00
day 11 part 1
This commit is contained in:
parent
6969604ec5
commit
3322b4258c
7 changed files with 124 additions and 0 deletions
10
2024/Cargo.lock
generated
10
2024/Cargo.lock
generated
|
|
@ -198,6 +198,16 @@ dependencies = [
|
|||
"nom",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "day11"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"divan",
|
||||
"helper",
|
||||
"nom",
|
||||
"rustc-hash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "divan"
|
||||
version = "0.1.16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue