jangolano / WordSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Search

Getting Started

This program is built with maven and requires JDK 1.8+

Running Tests: mvn test

Running a build: mvn package

The application will be build and put in the target directory

Usage java -jar wordsearch-1.0.jar inputfilename

I have included a sample input file which is used for the tests located at src/test/resources/test.txt

Assumptions: This program was written only java standard libraries, with no dependencies.

About


Languages

Language:Java 100.0%