No description
				
			
		| CMakeLists.txt | ||
| eratlib.cpp | ||
| eratlib.h | ||
| LICENSE | ||
| main.cpp | ||
| README.md | ||
Eratosthenes
Sieve of Eratosthenes in C++
Installing the dependencies
- cmake
- libboost
Compile!
git clone https://github.com/Andreabont/Eratosthenes.git
mkdir build
cd build
cmake ..
make