feat: hash_maps

This commit is contained in:
Tahinli 2024-08-27 19:13:49 +03:00
parent 5c1e8698fa
commit 42bd5132d5
3 changed files with 49 additions and 0 deletions

6
23-hash_maps/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "hash_maps"
version = "0.1.0"
edition = "2021"
[dependencies]