hallo toegevoegd

This commit is contained in:
maurice
2025-11-03 08:19:47 +01:00
parent 8b3c78cb84
commit 13870d48a1

View File

@@ -11,6 +11,7 @@ mod paste;
// Generate random key function // Generate random key function
fn random_string() -> String { fn random_string() -> String {
// hallo
rand::thread_rng() rand::thread_rng()
.sample_iter(&Alphanumeric) .sample_iter(&Alphanumeric)
.take(5) .take(5)