RosettaCodeData/Task/Combinations/Perl/combinations-1.pl

3 lines
54 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
use ntheory qw/forcomb/;
forcomb { print "@_\n" } 5,3