From 9d594ecfc11abdb82fc6de4408faebc54e54a506 Mon Sep 17 00:00:00 2001 From: Andrew Shitov Date: Mon, 22 Nov 2021 10:20:49 +0100 Subject: typo --- challenge-140/ash/raku/ch-2.raku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit