add problem 06

This commit is contained in:
timeshifter
2026-07-13 21:29:03 +02:00
parent 9ba67af68a
commit 924964fcfb
3 changed files with 707 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "problem06"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
anyhow = "1"
itertools = "0"