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.
atbash-cipher
1 parent 053a53f commit 166ad40Copy full SHA for 166ad40
1 file changed
exercises/practice/atbash-cipher/atbash_cipher.vim
@@ -14,10 +14,10 @@
14
" thequickbrownfoxjumpsoverthelazydog
15
"
16
17
-function! AtbashDecode(cipher) abort
+function! AtbashEncode(plaintext) abort
18
" your code goes here
19
endfunction
20
21
-function! AtbashEncode(plaintext) abort
+function! AtbashDecode(cipher) abort
22
23
0 commit comments