mtyzz / print-primetable

Prints a table of prime number products to standard output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

print-primetable

Prints a table of prime number products to standard output. This is a Leiningen project, so Leiningen must be installed on your computer to run it.

To run:

  • Clone repo
  • Navigate to root directory (fc-primetable)
  • Typing "lein run n" where n is an integer to stdin produces a table of n prime products.
  • Typing "lein test" runs tests.

About

Prints a table of prime number products to standard output

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%