1 Commits
main ... main

Author SHA1 Message Date
maurice
13870d48a1 hallo toegevoegd 2025-11-03 08:19:47 +01:00

View File

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