diff options
| author | Andrew Shitov <andy@shitov.ru> | 2021-11-22 10:20:49 +0100 |
|---|---|---|
| committer | Andrew Shitov <andy@shitov.ru> | 2021-11-22 10:20:49 +0100 |
| commit | 9d594ecfc11abdb82fc6de4408faebc54e54a506 (patch) | |
| tree | 3c4cd6d9892c49c1abc1d1dbf58f98900b5b080f | |
| parent | 864b9f9491fddbccb4ca67d7da37c0a3c7f7a6bb (diff) | |
| download | perlweeklychallenge-club-9d594ecfc11abdb82fc6de4408faebc54e54a506.tar.gz perlweeklychallenge-club-9d594ecfc11abdb82fc6de4408faebc54e54a506.tar.bz2 perlweeklychallenge-club-9d594ecfc11abdb82fc6de4408faebc54e54a506.zip | |
typo
| -rw-r--r-- | challenge-140/ash/raku/ch-2.raku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-140/ash/raku/ch-2.raku b/challenge-140/ash/raku/ch-2.raku index 7804aff7de..948c313bb0 100644 --- a/challenge-140/ash/raku/ch-2.raku +++ b/challenge-140/ash/raku/ch-2.raku @@ -1,4 +1,4 @@ -# This is definitely is not efficient, but it displays the power of Raku syntax. +# This definitely is not efficient, but it displays the power of Raku syntax. sub MAIN($a, $b, $n) { say (sort 1..$a X* 1..$b)[$n - 1] |
