/wordcount

Count words in a phrase

Primary LanguageGoMIT LicenseMIT

Count words in a phrase

This is a template for the wordcount CLI tool. It should work as follows:

$ ./wordcount 'go is awesome'
3

To make everything work, fork the repo and implement Go module.