We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45aa3f3 commit 680ad1aCopy full SHA for 680ad1a
exercises/atbash-cipher/atbash-cipher.ts
@@ -1,6 +0,0 @@
1
-class AtbashCipher {
2
- public encrypt(plainText: string) { }
3
- public decrypt(cipherText: string) { }
4
-}
5
-
6
-export default AtbashCipher
0 commit comments