Sha256: 332f9c517cc9cf0da138036a61067b4c25439fe597b74fb5789bdb3339b25224
Contents?: true
Size: 650 Bytes
Versions: 110
Compression:
Stored size: 650 Bytes
Contents
# Word Count Given a phrase, count the occurrences of each word in that phrase. For example for the input `"olly olly in come free"` ```plain olly: 2 in: 1 come: 1 free: 1 ``` # How to run the tests If you don't know how to run Vader tests, see: [Tests](http://exercism.io/languages/vimscript/tests). For general information about the Vim script track, see: [Help](http://exercism.io/languages/vimscript). ## Source This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour. ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
110 entries across 110 versions & 1 rubygems