RosettaCodeData/Task/Permutations/Smalltalk/permutations-1.st
2023-07-01 13:44:08 -04:00

2 lines
72 B
Smalltalk

(1 to: 4) permutationsDo: [ :x |
Transcript show: x printString; cr ].