diff options
| -rw-r--r-- | challenge-269/asherbhs/raku/ch-1.raku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-269/asherbhs/raku/ch-1.raku b/challenge-269/asherbhs/raku/ch-1.raku index 7b5d06c0fe..33e1adef5b 100644 --- a/challenge-269/asherbhs/raku/ch-1.raku +++ b/challenge-269/asherbhs/raku/ch-1.raku @@ -1,4 +1,4 @@ -sub bitwise-or(Int:D @ints --> Bool) { +sub bitwise-or(Int:D @ints --> Bool:D) { @ints.map(* %% 2).sum ≥ 2 } |
