hallo toegevoegd
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user