/prime_multiplication_table

Prints a multiplication table with the first n prime numbers along the columns and rows

Primary LanguageRuby

Prime Multiplication Table ReadMe

Blog Post Here

Introduction

Command line app - Asks for a number n and returns a multiplication table with the first n prime numbers along the columns and rows.

Installation

Clone the repo down to your local machine. Use bundle install to install dependencies.

Run the app

You can run the app in the command line with the following command: bin/prime_multiplication_table.