Add day 6

This commit is contained in:
2023-12-06 08:51:31 +01:00
committed by Hannes Körber
parent 41c97f0d7a
commit 4db2256836
4 changed files with 210 additions and 0 deletions

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

@@ -0,0 +1,10 @@
[package]
name = "day6"
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"