add problem 02

This commit is contained in:
timeshifter
2026-07-10 19:34:42 +02:00
parent f43541dbd5
commit 48f8cd2bde
3 changed files with 327 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "problem02"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
anyhow = "1"