Sha256: 9bc27863af3c09d8459b920c5c0b96b1c89ad02c35b41e8c92fd4d5d69700131
Contents?: true
Size: 735 Bytes
Versions: 63
Compression:
Stored size: 735 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"` ```text olly: 2 in: 1 come: 1 free: 1 ``` ## Running the tests To run the tests, run the command `busted` from within the exercise directory. ## Further information For more detailed information about the Lua track, including how to get help if you're having trouble, please visit the exercism.io [Lua language page](http://exercism.io/languages/lua/about). ## 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
63 entries across 63 versions & 1 rubygems