Skip to content

Read from a file numbers and print if the number is a twin prime in the console.

Notifications You must be signed in to change notification settings

berazo29/twinPrimers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwinPrimers

Read from a file containing numbers and print if the number is a twin prime.

Installation:

Note: python 3 and cmake is required

  1. Clone the repo
git clone https://github.com/berazo29/twinPrimers.git
  1. Go inside the project
cd twinPrimers
  1. Build the project with the python script
python build.py

Usage

Inside the folder build there is the executable twin.

Example:

./twin input.txt

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

Read from a file numbers and print if the number is a twin prime in the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published