2 lines
72 B
Smalltalk
2 lines
72 B
Smalltalk
(1 to: 4) permutationsDo: [ :x |
|
|
Transcript show: x printString; cr ].
|
(1 to: 4) permutationsDo: [ :x |
|
|
Transcript show: x printString; cr ].
|