Skip to content

Commit

Permalink
Day 22a
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Dec 22, 2023
1 parent 3a01ea0 commit fedd6ba
Show file tree
Hide file tree
Showing 6 changed files with 1,506 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ members = [
"day19",
"day20",
"day21",
"day22",
]

10 changes: 10 additions & 0 deletions day22/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "day22"
version = "0.1.0"
edition = "2021"

[dependencies]
aoc = { path = "../aoc" }
color-eyre = "0.6.2"
nom = "7.1.3"
rayon = "1.8.0"
Loading

0 comments on commit fedd6ba

Please sign in to comment.