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 ea70e6e commit a030b03Copy full SHA for a030b03
rosalind/hamm-grondilu.pl
@@ -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