Initial commit.

This commit is contained in:
Nicolás Ortega Froysa
2020-05-09 22:22:37 +02:00
commit 07f9daa2fe
4 changed files with 795 additions and 0 deletions

15
README Normal file
View File

@ -0,0 +1,15 @@
===============
*** 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`.
# License
---------
This project is licensed under the GNU General Publice License version 3
or greater (see `LICENSE` file for more information).