Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 269 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 269 Bytes

This program will take an input text and find all the unique words and tell you how many times they appear in a text. Thus telling you many words are needed to understand all the vocabulary in a text.

The program is complied and run like so "cargo run path/to/file"