1
0

feat: finish 22

This commit is contained in:
2025-08-31 16:33:01 +08:00
parent 681e3969f1
commit 7713382709
2 changed files with 50 additions and 0 deletions

8
problems/p22/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "p22"
version = "0.1.0"
edition = "2024"
[dependencies]
common = { path = "../../common/" }
rand = { workspace = true }