Coding-challenge
A Clojure program for displaying a multiplication table of primes (as per requirement) to stdout.
Installation :- Kindly make sure that leiningen is installed for your platform.
Usage:-
In your terminal from the project root: -
If you want to run this program for first 10 prime numbers, Please run below command.
$ lein run
If you want to run with ’n’ number, then run below command from command line :-
$ lein run 20 (i.e it will run for first 20 prime numbers)
Similarly, to execute the test suite:
$ lein test