RosettaCodeData/Task/Letter-frequency/Ruby/letter-frequency-3.rb
2023-07-01 13:44:08 -04:00

1 line
57 B
Ruby

p File.open("/usr/share/dict/words","r").each_char.tally