diff options
| -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> |
