Function decipher

Source
pub fn decipher(text: &str) -> String
Expand description

The GADERYPOLUKI is a simple substitution cipher used in scouting to encipher messages. Write the decrypt function.

§Example

decipher("GBCE")
returns “ABCD”