push to github

This commit is contained in:
neon443
2024-06-04 17:28:34 +01:00
parent 30971c4ade
commit 2d007127ae
2 changed files with 10 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ func rngInt(len: Int) -> Int {
}
let resultInt = Int(result)
return resultInt!
}
}
func rngString(len: Int) -> String {
let letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"