RosettaCodeData/Task/Letter-frequency/Ruby/letter-frequency-3.rb

2 lines
57 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
p File.open("/usr/share/dict/words","r").each_char.tally