An open API service indexing awesome lists of open source software.

https://github.com/scribu/prime-multiplication

Clojure programming exercise
https://github.com/scribu/prime-multiplication

Last synced: 7 months ago
JSON representation

Clojure programming exercise

Awesome Lists containing this project

README

          

# Prime Multiplication

This is just a little coding exercise in Clojure.

Input: A positive integer *n*.
Output: A multiplication table of the first *n* prime numbers.

## Usage

You can run the program using Leiningen:

$ lein run 10

## Running tests

Unit tests can also be run via Leiningen:

$ lein test

## License

Copyright © 2017 Cristi Burcă

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.