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