This program receives a text as input and returns the top ten most-used words along with how many times they occur in the text.
- Copy the text and paste to text.txt file.
- In the terminal, inside folder Test-doubleM:
- Run command:
go build - Run command:
go run Test-doubleM
In the terminal, inside folder Test-doubleM:
- Run command:
go test