2 lines
57 B
Ruby
2 lines
57 B
Ruby
|
|
p File.open("/usr/share/dict/words","r").each_char.tally
|
|
|
p File.open("/usr/share/dict/words","r").each_char.tally
|