Add day 8

This commit is contained in:
2023-12-08 15:25:21 +01:00
committed by Hannes Körber
parent 45bb61e4fd
commit 387e8f62d0
5 changed files with 315 additions and 0 deletions

10
2023/day8/Cargo.toml Normal file
View File

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