RosettaCodeData/Task/Letter-frequency/Smalltalk/letter-frequency-3.st

2 lines
46 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
bag sortedCounts do:[:assoc | assoc printCR].