aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-033/markus-holzer/perl6/ch-2.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-033/markus-holzer/perl6/ch-2.p6 b/challenge-033/markus-holzer/perl6/ch-2.p6
index 42113bf6e3..2c361e4cfd 100644
--- a/challenge-033/markus-holzer/perl6/ch-2.p6
+++ b/challenge-033/markus-holzer/perl6/ch-2.p6
@@ -2,7 +2,7 @@
sub MAIN( Int $n = 11 )
{
- my $ln = ( $n * $n ).Str.chars + 1;
+ my $ln = ( $n * $n ).chars + 1;
my $li = $n.chars + 1;
header;