From a9adb142a1a68514b6af36811d6bf0ca801a0e86 Mon Sep 17 00:00:00 2001 From: Shri Prakash Bajpai <68155959+Shri2206@users.noreply.github.com> Date: Thu, 29 Oct 2020 01:32:05 +0530 Subject: [PATCH] Update math/modular_exponentiation.cpp Co-authored-by: David Leal --- math/modular_exponentiation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/modular_exponentiation.cpp b/math/modular_exponentiation.cpp index b85a9c874..4ddec1b2a 100644 --- a/math/modular_exponentiation.cpp +++ b/math/modular_exponentiation.cpp @@ -91,5 +91,5 @@ static void test() int main() { test(); // execute the tests - return 0; + return 0; }