Started on aoc day 16 but it's pretty f'ing hard

This commit is contained in:
2023-01-12 18:09:23 +01:00
parent a72207c754
commit 572c74ce3f
5 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[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.2"