FundingPrimer

Multiplication tables for prime numbers!

In order to visualise the products of two prime numbers, funding_primer prints out a table of prime products.

In an arguable violation of the UNIX Philosophy and the Single Responsibility Principle, funding_primer also ensures that talented programmers are employed at great startups :-)

Build Status

Build Status

Installation

Add this line to your application's Gemfile:

gem 'funding_primer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install funding_primer

Help

funding_primer --help
gem man funding_primer

Usage

funding_primer            # prints a multiplication table of the first 10 primes
funding_primer 3          # prints out a table of the first 3 primes
finding_primer --no-color # prints plain ASCII (default if a tty isn't detected)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request