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
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request