aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-249/feng-chang/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-249/feng-chang/raku/ch-2.raku b/challenge-249/feng-chang/raku/ch-2.raku
index c0b436a5f8..5222f99897 100755
--- a/challenge-249/feng-chang/raku/ch-2.raku
+++ b/challenge-249/feng-chang/raku/ch-2.raku
@@ -1,6 +1,6 @@
#!/bin/env raku
-unit sub MAIN(Str:D $s where *.comb.all eq 'D'|'I');
+unit sub MAIN(Str:D $s where *.comb.all eq <D I>.any);
my @a = 0..$s.chars;
my @b = gather {