diff options
| author | Joelle Maslak <jmaslak@antelope.net> | 2019-04-17 08:51:49 -0500 |
|---|---|---|
| committer | Joelle Maslak <jmaslak@antelope.net> | 2019-04-17 08:51:49 -0500 |
| commit | 4eaa114a267f89c8f9ff084444750863f9083ff9 (patch) | |
| tree | f0c56a77dbc09c7b3597e3ac834b259e66ace66f | |
| parent | 8d470c6fbc86fa1699e78b8e21d758b0f7c8c5e7 (diff) | |
| download | perlweeklychallenge-club-4eaa114a267f89c8f9ff084444750863f9083ff9.tar.gz perlweeklychallenge-club-4eaa114a267f89c8f9ff084444750863f9083ff9.tar.bz2 perlweeklychallenge-club-4eaa114a267f89c8f9ff084444750863f9083ff9.zip | |
I read the challenge a bit more carefully this time. :)
| -rw-r--r-- | challenge-004/joelle-maslak/perl6/ch-1.p6 | 2 | ||||
| -rw-r--r-- | challenge-004/joelle-maslak/perl6/ch-1.readme | 5 |
2 files changed, 3 insertions, 4 deletions
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> 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. |
