# Introduction Word counting is a common task in programming. In this challenge, you are given a list of words and you need to output the number of occurrences of each word in the order of their appearance.
Click the virtual machine below to start practicing