Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 212 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 212 Bytes

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.