bacitracin / prime_multiplication_table

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Ruby 100.0%