Skip to content

Commit d0ab6d5

Browse files
author
L. Grondin
committed
[rosalind] INDC (shorter)
1 parent 5a73069 commit d0ab6d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rosalind/indc-grondilu.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
use v6;
22

3-
my $n = $*IN.get.Int;
3+
my $n = 5; # $*IN.get.Int;
44

5-
sub postfix:<!>($n) { [*] 1 .. $n }
65
sub C($n, $k) {
76
state %cache;
87
%cache{$n}{$k} //=

0 commit comments

Comments
 (0)