From 4eaa114a267f89c8f9ff084444750863f9083ff9 Mon Sep 17 00:00:00 2001 From: Joelle Maslak Date: Wed, 17 Apr 2019 08:51:49 -0500 Subject: I read the challenge a bit more carefully this time. :) --- challenge-004/joelle-maslak/perl6/ch-1.p6 | 2 +- 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. -- cgit