Skip to content

Commit

Permalink
feat: 2023 day 25 with rustworkx_core
Browse files Browse the repository at this point in the history
  • Loading branch information
okomarov committed Jan 10, 2024
1 parent 31df77a commit b81ae2a
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 0 deletions.
345 changes: 345 additions & 0 deletions 2023/day-25/Cargo.lock

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

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustworkx-core = "0.13.2"
Loading

0 comments on commit b81ae2a

Please sign in to comment.