aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-192/athanasius/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-192/athanasius/raku/ch-2.raku b/challenge-192/athanasius/raku/ch-2.raku
index d4e19fc893..7032ed9db0 100644
--- a/challenge-192/athanasius/raku/ch-2.raku
+++ b/challenge-192/athanasius/raku/ch-2.raku
@@ -107,7 +107,7 @@ my Bool constant $VERBOSE = True;
BEGIN
#------------------------------------------------------------------------------
{
- "\nChallenge 191, Task #2: Equal Distribution (Raku)\n".put;
+ "\nChallenge 192, Task #2: Equal Distribution (Raku)\n".put;
}
#==============================================================================