Skip to content

Commit 45aa3f3

Browse files
author
Ben Ward
committed
Added export to exercise stub
1 parent 73b9588 commit 45aa3f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
class AtbashCipher {
22
public encrypt(plainText: string) { }
33
public decrypt(cipherText: string) { }
4-
}
4+
}
5+
6+
export default AtbashCipher

0 commit comments

Comments
 (0)