Sha256: 4f22cef40e86396cec37d05283bd84350c00e6f6e7b3d628c95452222485cf01
Contents?: true
Size: 562 Bytes
Versions: 74
Compression:
Stored size: 562 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 ``` To run the tests: ```sh $ pub run test ``` For more detailed info about the Dart track see the [help page](http://exercism.io/languages/dart). ## 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
74 entries across 74 versions & 1 rubygems