RosettaCodeData/Task/Permutations/Sidef/permutations-1.sidef

4 lines
40 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
[0,1,2].permutations { |*a|
say a
2023-07-01 11:58:00 -04:00
}