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
- Host: GitHub
- URL: https://github.com/scribu/prime-multiplication
- Owner: scribu
- License: epl-1.0
- Created: 2017-10-16T16:04:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T22:50:39.000Z (over 8 years ago)
- Last Synced: 2024-10-18T15:53:07.648Z (over 1 year ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.