Skip to content

Commit c0c8711

Browse files
committed
Merge branch 'master' of https://github.com/perl6/perl6-examples
2 parents be8087d + 924d611 commit c0c8711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

categories/99-problems/P31-rhebus.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ (Int $n)
2525
}
2626

2727
say "Is $_ prime? ", is_prime($_) ?? 'yes' !! 'no'
28-
for (list(2 .. 10), 49,137,219,1723);
28+
for (|(2 .. 10), 49,137,219,1723);
2929

3030
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)