RosettaCodeData/Task/Permutations/J/permutations-2.j
2024-10-16 18:07:41 -07:00

17 lines
192 B
Text

perms 2
0 1
1 0
Perms 'abc'
abc
acb
bac
bca
cab
cba
Perms&.;: 'some random text'
some random text
some text random
random some text
random text some
text some random
text random some