This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
kanzhygaly/WordCounter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WordCounter - application, which counts words in text from input file * Java 7 * Maven * JUnit Run application: 1. Build project: go to project folder and type from command line the command "mvn clean install" 2. After project build completion, go to "target" folder. There you can see WordCounter-1.0.jar 3. Run jar by typing the command "java -jar WordCounter-1.0.jar path_to_your_file" path_to_your_file - path to input file, from which application will read a text 4. After completion, application will show result in command line.
About
Application which counts words from input file
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published