aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-075/ash/raku/ch-2a.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-075/ash/raku/ch-2a.raku b/challenge-075/ash/raku/ch-2a.raku
index edcaf9c16d..f5b2dbfcf8 100644
--- a/challenge-075/ash/raku/ch-2a.raku
+++ b/challenge-075/ash/raku/ch-2a.raku
@@ -3,7 +3,7 @@
# Task 2 from
# https://perlweeklychallenge.org/blog/perl-weekly-challenge-075/
-# Comments: https://andrewshitov.com/2020/08/29/largest-rectangle-histogram-the-raku-challenge-week-75-task-2/
+# Comments: https://andrewshitov.com/2020/08/30/a-more-idiomatic-raku-solution/
# my @hist = 2, 1, 4, 5, 3, 7;
my @hist = 3, 2, 3, 5, 7, 5;