Skip to content

Commit a030b03

Browse files
author
L. Grondin
committed
adding HAMM solution
1 parent ea70e6e commit a030b03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rosalind/hamm-grondilu.pl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
use v6;
2+
3+
my ($S, $t) = $*IN.lines;
4+
say [+] ($S.comb Zeq $t.comb.not».Int;
5+
6+
# vim: ft=perl6

0 commit comments

Comments
 (0)