Count frequencies into a Map

Map0:00

Count how many times each word appears in a List<String>, into a Map<String,Integer>.

Type it from memory — say each line out loud as you write it. Then check.