Skip to content

mrdomino/primes

Repository files navigation

Prime Multiplication Table

Build Status

The primes program writes a multiplication table of the first 10 prime numbers to STDOUT. Optionally, more than 10 primes can be multiplied by passing a numeric argument on the command line.

Building

Just plain old make.

Dependencies

A C++ compiler supporting C++11 is required: clang++ >= 3.4 or g++ >= 4.8 will do. Boost is also required. Additionally, gtest is required to build and run the unit tests.

About

Prime number multiplication table

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors