diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2019-04-17 15:40:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-17 15:40:57 +0100 |
| commit | 7ec4f683f988d15d746f6c7ad902fe5bdce2b605 (patch) | |
| tree | e68a979787de8dd0e60dd7b6c076fcd43711d264 | |
| parent | f20c4295dd66a80e38c2b4e594b630935b896614 (diff) | |
| parent | 59164dd4ea33b90c4a02affd8cfe286e68856d22 (diff) | |
| download | perlweeklychallenge-club-7ec4f683f988d15d746f6c7ad902fe5bdce2b605.tar.gz perlweeklychallenge-club-7ec4f683f988d15d746f6c7ad902fe5bdce2b605.tar.bz2 perlweeklychallenge-club-7ec4f683f988d15d746f6c7ad902fe5bdce2b605.zip | |
Merge pull request #64 from jmaslak/jmaslak-week4b
I read the instructions this time...
| -rw-r--r-- | challenge-004/joelle-maslak/perl6/ch-1-readme | 5 | ||||
| -rw-r--r-- | challenge-004/joelle-maslak/perl6/ch-1.p6 | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/challenge-004/joelle-maslak/perl6/ch-1-readme b/challenge-004/joelle-maslak/perl6/ch-1-readme index 83b38b9a4d..d3f6e261ab 100644 --- a/challenge-004/joelle-maslak/perl6/ch-1-readme +++ b/challenge-004/joelle-maslak/perl6/ch-1-readme @@ -1,3 +1,2 @@ -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. +The program, including line feeds, is 46 bytes long. +The output on Unix is 46 pi digits. diff --git a/challenge-004/joelle-maslak/perl6/ch-1.p6 b/challenge-004/joelle-maslak/perl6/ch-1.p6 index 64f351d24e..572504b65a 100644 --- a/challenge-004/joelle-maslak/perl6/ch-1.p6 +++ b/challenge-004/joelle-maslak/perl6/ch-1.p6 @@ -1 +1 @@ -say 3~'.'~ :32<35IPR975H1E3E2K2GQK0D32I3C1U7N>; +say 3~'.'~:32<35IPR975H1E3E2K2GQK0D32I3C1U7N> |
