Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 389 Bytes

README.adoc

File metadata and controls

6 lines (6 loc) · 389 Bytes
  1. Clone this repo

  2. Have a gradle installed locally

  3. cd into /complete/

  4. run gradle build

  5. to run tests execute gradle test

  6. to run you need to provide command line arguments by passing in a dictionary and problem there are 4 included, to run problem 4 against the dictionary for example run gradle run -Dexec.args="resources/dictionary.txt resources/problem4/problem.txt"