Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 293 Bytes

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