1
0

feat: finish 19

This commit is contained in:
2025-08-31 16:08:19 +08:00
parent 3f9b87aba7
commit d5b419d196
2 changed files with 130 additions and 0 deletions

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

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