Update math/modular_exponentiation.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Shri Prakash Bajpai
2020-10-29 01:32:05 +05:30
committed by GitHub
parent 87d14dce6f
commit a9adb142a1

View File

@@ -91,5 +91,5 @@ static void test()
int main()
{
test(); // execute the tests
return 0;
return 0;
}