We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8abff1 commit 1aedb76Copy full SHA for 1aedb76
exercises/rotational-cipher/src/lib.rs
@@ -1,4 +1,4 @@
1
-pub fn rotate(input: &str, key: u8) -> String {
+pub fn rotate(input: &str, key: i8) -> String {
2
unimplemented!(
3
"How would input text '{}' transform when every letter is shifted using key '{}'?",
4
input,
0 commit comments