Skip to content

parth696/Coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published