Prints the multiplication table of first N prime numbers
Clone this repository, change directory to this repository and run
./prime_table -n 10
-n <integer> : No of prime numbers, Default: 10
-t <integer> : Size of multiplication Table, Default: 10
-h : Print help