Project

multipri

0.0
No commit activity in last 3 years
No release in over 3 years
Tool that calculates multiplication table of prime numbers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
~> 3.0

Runtime

 Project Readme

Multipri: Prime Multiplication Table

Build Status

Program that prints a multiplication table of primes numbers. The program should takes an argument from the command line that specifies the amount of prime numbers to generate and print out a multiplication table for these prime numbers.

Usage

  1. Install the library with gem install multipri
  2. Run it, passing in the table size: multipri --count 5

It will output a table similar to the following:

10x10 table

Development

Run tests with rspec