RosettaCodeData/Task/Floyds-triangle/Perl-6/floyds-triangle-1.pl6
2016-12-05 22:15:40 +01:00

1 line
38 B
Raku

constant @floyd = (1..*).rotor(1..*);