Skip to content

conorg763/WordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

WordCounter Code Kata Question

LAB 2 - Unique Words

Create a program that prints out the unique words in a file. Each word should be printed on a new line, followed by the number of times that word has appeared in the file

Example:

$ java WordCounter

Enter file name > /usr/tmp/hello.txt

hello 3

there 1

world 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages