add problem 10

This commit is contained in:
timeshifter
2026-07-18 17:08:28 +02:00
parent 9c612d6c41
commit eb04710cfb
3 changed files with 755 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "problem10"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
anyhow = "1"
itertools = "*"