diff options
| -rwxr-xr-x | challenge-041/jaldhar-h-vyas/raku/ch-2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-041/jaldhar-h-vyas/raku/ch-2.sh b/challenge-041/jaldhar-h-vyas/raku/ch-2.sh index 17d5f79ddf..1a2c3e797a 100755 --- a/challenge-041/jaldhar-h-vyas/raku/ch-2.sh +++ b/challenge-041/jaldhar-h-vyas/raku/ch-2.sh @@ -1 +1 @@ -perl6 -e '.say for (1, 1, -> $a, $b { $a + $b + 1 } ... *)[0 ..^ 200];'
\ No newline at end of file +perl6 -e '.say for (1, 1, -> $a, $b { $a + $b + 1 } ... *)[0 ..^ 20];'
\ No newline at end of file |
