add problem 11

This commit is contained in:
timeshifter
2026-07-19 20:21:01 +02:00
parent eb04710cfb
commit a193837f0d
3 changed files with 817 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "problem11"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
tokio = { version = "1", features = ["full"] }
bytes = "*"
itertools = "*"