Skip to content

itsfergydanny/WordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordCounter


Requirements:

  • Java 17
  • Maven

Hi, here is my solution for the assessment. You can compile the project using Maven by running the following while in the project root folder:

mvn package

Once compiled, you have two options when it comes to running the jar. One is that you provide the file path as an argument, for example:

java -jar ./target/WordCounter-1.0-SNAPSHOT-shaded.jar test.txt

The second option is by simply running the jar and then typing the file path and hitting enter:

java -jar ./target/WordCounter-1.0-SNAPSHOT-shaded.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages