Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 240 Bytes

File metadata and controls

6 lines (4 loc) · 240 Bytes

file-reader

Read text from a file and calculate the numbers of the unique words.

Practical task: Write the result to the file. The main requirement is: using StringUtils and FileUtils to implement it with minimum lines of code.