Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[rosalind] INDC (shorter)
  • Loading branch information
grondilu committed Dec 7, 2012
1 parent 5a73069 commit d0ab6d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rosalind/indc-grondilu.pl
@@ -1,8 +1,7 @@
use v6;

my $n = $*IN.get.Int;
my $n = 5; # $*IN.get.Int;

sub postfix:<!>($n) { [*] 1 .. $n }
sub C($n, $k) {
state %cache;
%cache{$n}{$k} //=
Expand Down

0 comments on commit d0ab6d5

Please sign in to comment.