Finally finished the puzzle (aoc day 7 2015); I firmly believe that the circuit can do a whole lot more than what is described in the puzzle text

This commit is contained in:
2023-11-29 15:08:10 +01:00
parent 1884a9075d
commit 8e277d86f5
4 changed files with 686 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "main"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.1.3"
petgraph = "0.6.4"