We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bece85b commit edb2023Copy full SHA for edb2023
categories/rosalind/tran-grondilu.pl
@@ -1,6 +1,6 @@
1
use v6;
2
3
-given slurp {
+given slurp() {
4
my @dna;
5
for m:g/ '>Rosalind_' <.digit>**4 \n ( <[ACGT\n]>+ ) / {
6
push @dna, $_[0].subst: "\n", '', :g;
0 commit comments