RosettaCodeData/Task/Permutations/J/permutations-2.j

18 lines
192 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
perms 2
0 1
1 0
2024-10-16 18:07:41 -07:00
Perms 'abc'
abc
acb
bac
bca
cab
cba
Perms&.;: 'some random text'
2023-07-01 11:58:00 -04:00
some random text
some text random
random some text
random text some
text some random
text random some