Sha256: f617e63cd6cd13a293593b4cd756f12b81c2e80c71aa00ec0fcc5e515c479857
Contents?: true
Size: 528 Bytes
Versions: 75
Compression:
Stored size: 528 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 ``` ## Setup Go through the project setup instructions for Xcode using Swift: http://exercism.io/languages/swift ## 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
75 entries across 75 versions & 1 rubygems