Primenum is command line program for checking prime numbers. If you enter a number, it will tell whether it is a prime number. Type "exit" and it will exit the program
To compile type $ make
To clean object files, executables, and emac backup files type $ make clean
Type the name of any source file afer make to compile it seperately.
Ex. $ make main.c