RosettaCodeData/Task/Permutations/Smalltalk/permutations-1.st

3 lines
72 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(1 to: 4) permutationsDo: [ :x |
Transcript show: x printString; cr ].