diff options
| author | Joelle Maslak <jmaslak@antelope.net> | 2019-04-17 08:37:41 -0500 |
|---|---|---|
| committer | Joelle Maslak <jmaslak@antelope.net> | 2019-04-17 08:38:36 -0500 |
| commit | a47aa568a18d7f8d49f19d0b3d25ad1b02154725 (patch) | |
| tree | f13d6a715079a492746914b74229c50339358a51 | |
| parent | 897710568e03b17be3b088767783e50bd9991c7f (diff) | |
| download | perlweeklychallenge-club-a47aa568a18d7f8d49f19d0b3d25ad1b02154725.tar.gz perlweeklychallenge-club-a47aa568a18d7f8d49f19d0b3d25ad1b02154725.tar.bz2 perlweeklychallenge-club-a47aa568a18d7f8d49f19d0b3d25ad1b02154725.zip | |
Initial solution to week 4 challenge 1
| -rw-r--r-- | challenge-004/joelle-maslak/perl6/ch-1.pl6 | 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.pl6 b/challenge-004/joelle-maslak/perl6/ch-1.pl6 new file mode 100644 index 0000000000..64f351d24e --- /dev/null +++ b/challenge-004/joelle-maslak/perl6/ch-1.pl6 @@ -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. |
