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

Usage

TODO: Write usage instructions here

Help

funding_primer --help
man funding_primer

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