Started on aoc day 12

This commit is contained in:
2023-01-03 10:04:42 +01:00
parent 662baa4fc4
commit 45b01ca65c
5 changed files with 158 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.1"
petgraph = "0.6.2"