Skip to content

arslnmsd/prime-numbers-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites:

  • Maven
  • Java 8

Execute the following in the cloned directory to run tests and make a jar file

mvn clean install

Then execute the application as follows:

java -jar target/hubbado-challenge-0.0.1-SNAPSHOT.jar -r <ROWS> -c <COLUMNS> -f <FUNCTION> -g <GENERATOR>

Replace <ROWS>, <COLUMNS>, <FUNCTION>, <GENERATOR> above with the parameter that you want to enter. For Example for ROWS = 3, COLUMNS = 3, FUNCTION = add, = prime:

java -jar target/hubbado-challenge-0.0.1-SNAPSHOT.jar -r 3 -c 3 -f add -g prime

To get detailed usage, execute the application as follows:

java -jar target/hubbado-challenge-0.0.1-SNAPSHOT.jar

About

Solution for prime numbers challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages