Skip to content

Commit

Permalink
Day 19
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsuk committed Dec 24, 2022
1 parent bc71651 commit 302020e
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 51 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/Cargo.lock
.DS_Store
/states.txt
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.66"
console = "0.15.2"
enum-iterator = "1.2.0"
euclid = { version = "0.22.7", features = ["serde"] }
internment = "0.7.0"
itertools = "0.10.5"
Expand All @@ -16,5 +17,6 @@ once_cell = "1.16.0"
pathfinding = "4.0.0"
petgraph = "0.6.2"
ranges = "0.3.3"
rayon = "1.6.1"
regex = "1.7.0"
structopt = "0.3.26"
1 change: 1 addition & 0 deletions src/bin/day17.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct Opt {

/// Limit
#[structopt(short, long, default_value = "2022")]
#[allow(unused)]
limit: usize,
}

Expand Down
Loading

0 comments on commit 302020e

Please sign in to comment.