Sha256: 359c0190bae71f258d95f5ce59802f629d1611808a112fcee177c821f76d3d34

Contents?: true

Size: 648 Bytes

Versions: 74

Compression:

Stored size: 648 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
```

# 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

74 entries across 74 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.118 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.117 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.116 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.115 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.114 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.113 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.111 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.110 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.109 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.108 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.107 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.106 tracks/vimscript/exercises/word-count/README.md
trackler-2.2.1.105 tracks/vimscript/exercises/word-count/README.md