Sha256: eb13216d0fbe6d5cb4f8c149296026e9d646af8283e012f1a1f2e2c9a246fa54
Contents?: true
Size: 563 Bytes
Versions: 59
Compression:
Stored size: 563 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
59 entries across 59 versions & 1 rubygems