tracks/perl6/exercises/atbash-cipher/AtbashCipher.pm6 in trackler-2.2.1.68 vs tracks/perl6/exercises/atbash-cipher/AtbashCipher.pm6 in trackler-2.2.1.69
- old
+ new
@@ -1,6 +1,12 @@
unit module AtbashCipher:ver<1>;
+
+sub encode ($phrase) is export {
+}
+
+sub decode ($phrase) is export {
+}