1
0

feat: finish 20

This commit is contained in:
2025-08-31 16:26:46 +08:00
parent d5b419d196
commit 41ea79cb8d
4 changed files with 128 additions and 0 deletions

7
problems/p20/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "p20"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = { workspace = true }