This commit is contained in:
Andreas Fabri 2019-02-22 16:28:02 +01:00
parent 6571ffa607
commit bbd5e917bc
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ int main(){
#else #else
int main (){ int main (){
std::cout << " This examples needs GMP! " << std::endl; std::cout << " This example needs GMP! " << std::endl;
} }
#endif #endif