RosettaCodeData/Task/Combinations/Perl/combinations-1.pl
2023-07-01 13:44:08 -04:00

2 lines
54 B
Perl

use ntheory qw/forcomb/;
forcomb { print "@_\n" } 5,3