Go to file
Nicolás Ortega Froysa 324feeed77 Added an example usage. 2020-05-10 14:07:41 +02:00
src Use OpenMP. 2020-05-10 11:13:08 +02:00
.gitignore Added a gitignore. 2020-05-10 11:12:55 +02:00
LICENSE Initial commit. 2020-05-09 22:22:37 +02:00
Makefile Use OpenMP. 2020-05-10 11:13:08 +02:00
README Added an example usage. 2020-05-10 14:07:41 +02:00

README

===============
*** isprime ***
===============
A small program made to be used in scripts to tell if a given number is
prime or not.

# Compiling
-----------
You just need UNIX Make and a C99 compiler (preferably GCC). Then run
`make`.

# Example
---------
This program is small and meant to be used in scripts. For example:

  isprime 995699 && echo "It's prime."

# License
---------
This project is licensed under the GNU General Publice License version 3
or greater (see `LICENSE` file for more information).