diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2019-04-17 14:46:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-17 14:46:49 +0100 |
| commit | 8d470c6fbc86fa1699e78b8e21d758b0f7c8c5e7 (patch) | |
| tree | e85684b9c81c65fa801b34479e0822d980fd7dda | |
| parent | 897710568e03b17be3b088767783e50bd9991c7f (diff) | |
| parent | 719f14b4250df28d79c89317ca24a3c08a119500 (diff) | |
| download | perlweeklychallenge-club-8d470c6fbc86fa1699e78b8e21d758b0f7c8c5e7.tar.gz perlweeklychallenge-club-8d470c6fbc86fa1699e78b8e21d758b0f7c8c5e7.tar.bz2 perlweeklychallenge-club-8d470c6fbc86fa1699e78b8e21d758b0f7c8c5e7.zip | |
Merge pull request #63 from jmaslak/jmaslak-week4
Initial solution to week 4 challenge 1
| -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. |
