17 lines
192 B
Text
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
|