Primes in c++
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Trivernis c3f017dbe1
Create LICENSE
4 years ago
.idea Add program and README 4 years ago
.gitignore Add program and README 4 years ago
CMakeLists.txt Add program and README 4 years ago
LICENSE Create LICENSE 4 years ago
README.md Add program and README 4 years ago
main.cpp Add program and README 4 years ago

README.md

Primes in c++

Usage

# build
g++ -lpthread -o main main.cpp

# run
./main