Write a job that counts the frequencies of word first letters in a file. So if there are three words starting with "c" answer would be "c 3"
Write a job that counts the frequencies of word first letters in a file. So if there are three words starting with "c" answer would be "c 3"

