Read from a file containing numbers and print if the number is a twin prime.
Note: python 3 and cmake is required
- Clone the repo
git clone https://github.com/berazo29/twinPrimers.git
- Go inside the project
cd twinPrimers
- Build the project with the python script
python build.py
Inside the folder build
there is the executable twin
.
Example:
./twin input.txt
Distributed under the MIT License. See LICENSE.txt
for more information.