diff options
| author | Andrew Shitov <andy@shitov.ru> | 2020-08-30 14:27:58 +0200 |
|---|---|---|
| committer | Andrew Shitov <andy@shitov.ru> | 2020-08-30 14:27:58 +0200 |
| commit | 1af5be33de3988e52a5f8b232fb792df467df3ff (patch) | |
| tree | b226ab5987e6cc90891b67876af536710e38117d | |
| parent | 12aa1d033ed19a3e3019cf9f6f30b033b5baa1df (diff) | |
| download | perlweeklychallenge-club-1af5be33de3988e52a5f8b232fb792df467df3ff.tar.gz perlweeklychallenge-club-1af5be33de3988e52a5f8b232fb792df467df3ff.tar.bz2 perlweeklychallenge-club-1af5be33de3988e52a5f8b232fb792df467df3ff.zip | |
fix URL
| -rw-r--r-- | challenge-075/ash/raku/ch-2a.raku | 2 |
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; |
