aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-332/feng-chang/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-332/feng-chang/raku/ch-2.raku b/challenge-332/feng-chang/raku/ch-2.raku
index 21dd8d3b21..60643c2571 100755
--- a/challenge-332/feng-chang/raku/ch-2.raku
+++ b/challenge-332/feng-chang/raku/ch-2.raku
@@ -2,4 +2,4 @@
unit sub MAIN(Str:D $s);
-put so $s.comb.Bag.values.map(* % 2 == 1).all;
+put so $s.comb.Bag.values.map(*%%2).none;