You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
253 B

fn main() {
println!(
"\"sec yCtoadle\" size=2 -> {:?}",
scytale_decoder("sec yCtoadle".to_string(), 2)
);
println!(
"\"steoca dylCe\" size=4 -> {:?}",
scytale_decoder("steoca dylCe".to_string(), 4)
);
}