debugging
This commit is contained in:
@@ -2,6 +2,9 @@ pub fn handify(input: &str) -> String {
|
|||||||
let input = input.to_uppercase();
|
let input = input.to_uppercase();
|
||||||
let input = input.replace(" ", " 👏 ");
|
let input = input.replace(" ", " 👏 ");
|
||||||
println!("{:?}", input.split_whitespace().collect::<Vec<&str>>());
|
println!("{:?}", input.split_whitespace().collect::<Vec<&str>>());
|
||||||
|
for i in input.split_whitespace().collect::<Vec<&str>>() {
|
||||||
|
println!("{:?}", i);
|
||||||
|
}
|
||||||
input
|
input
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user