Skip to content

wesmckean/Frequency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frequency

Compiled an run with Java 11.

COMPILE the source with:

javac -d build src/main/java/sandbox/Main.java

RUN

java -cp build sandbox.Main "the blue cow jumped over the blue moon"

alternatively, you can create a text file and run it with:

java -cp build sandbox.Main -f test.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages