PrintPrimesTable
This program prints out a multiplication table of the first 10 prime numbers.
The program run from a command line and print to screen one table. Across the top and down the left side should be the 10 primes, and the body of the table should contain the product of multiplying these numbers.
Installation
Add this line to your application's Gemfile:
gem 'print_primes_table'
And then execute:
$ bundle
Or install it yourself as:
$ gem install print_primes_table
Ruby version
2.0+
Usage
TODO: Write usage instructions here
Contributing
-
Fork it ( href=“https://github.com/[my-github-username]/print_primes_table/fork”>github.com/ )
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create a new Pull Request