Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rosalind] GLR fix for fib-grondilu.pl
  • Loading branch information
stmuk committed Sep 24, 2015
1 parent 2a8b315 commit fed05e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/rosalind/fib-grondilu.pl
Expand Up @@ -19,7 +19,7 @@
=end pod

sub MAIN(Int $n = 5, Int $k = 3) {
my @fib := 1, 1, * * $k + * ... *;
my @fib = 1, 1, * * $k + * ... *;

say @fib[$n-1];
}
Expand Down

0 comments on commit fed05e1

Please sign in to comment.