Skip to content

Commit 2e1557f

Browse files
committed
fix shootout/revcomp.p6.pl
1 parent ad1054a commit 2e1557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shootout/revcomp.p6.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# USAGE: perl6 revcomp.p6.pl < revcomp.input
66

7-
my($desc,$seq) = ('','');
7+
my ($desc,$seq) = ('','');
88
while $*IN.get -> $line {
99
if $line.match(/^ \>/) {
1010
print_revcomp();

0 commit comments

Comments
 (0)