diff options
| -rw-r--r-- | challenge-004/joelle-maslak/perl6/ch-1.p6 | 1 | ||||
| -rw-r--r-- | challenge-004/joelle-maslak/perl6/ch-1.readme | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/challenge-004/joelle-maslak/perl6/ch-1.p6 b/challenge-004/joelle-maslak/perl6/ch-1.p6 new file mode 100644 index 0000000000..64f351d24e --- /dev/null +++ b/challenge-004/joelle-maslak/perl6/ch-1.p6 @@ -0,0 +1 @@ +say 3~'.'~ :32<35IPR975H1E3E2K2GQK0D32I3C1U7N>; diff --git a/challenge-004/joelle-maslak/perl6/ch-1.readme b/challenge-004/joelle-maslak/perl6/ch-1.readme new file mode 100644 index 0000000000..83b38b9a4d --- /dev/null +++ b/challenge-004/joelle-maslak/perl6/ch-1.readme @@ -0,0 +1,3 @@ +The program, including line feeds, is 48 bytes long. +The output on Unix is 48 bytes long, including the line ending. On Windows you +may need to save the file with native line endings for it to match. |
