add problem 07

This commit is contained in:
timeshifter
2026-07-15 20:57:39 +02:00
parent 924964fcfb
commit e98de342ff
3 changed files with 698 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "problem07"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
tokio = { version = "1", features = ["full"] }
itertools = "0"