Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 307 Bytes

prime-time

Prime Number Multiplication Table

Prints out a multiplication table for the first 10 prime numbers.

Development

Development Running

lein run

Testing

lein test

Deployment

lein uberjar

Running Exacutable

java -jar prime-time-.*-SNAPSHOT-standalone.jar