add problem 09 (WIP)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "problem09"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
tokio = {version = "1", features = ["full"]}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde_json = "1"
|
||||
rand = "0.10"
|
||||
Reference in New Issue
Block a user