feat: strings

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-07-20 22:38:29 +03:00
parent deda0d8532
commit 5c1e8698fa
2 changed files with 55 additions and 0 deletions

6
22-strings/Cargo.toml Normal file
View file

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