From d817968d1ad2be6e61790d40328d34a91cf2707c Mon Sep 17 00:00:00 2001 From: chestamittal <53469607+chestamittal@users.noreply.github.com> Date: Tue, 20 Oct 2020 01:39:23 +0530 Subject: [PATCH] Update math/lcm_sum.cpp Co-authored-by: David Leal --- math/lcm_sum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/lcm_sum.cpp b/math/lcm_sum.cpp index 2414f2d3a..12141afd1 100644 --- a/math/lcm_sum.cpp +++ b/math/lcm_sum.cpp @@ -83,7 +83,7 @@ static void test() { /** * main function -*/ + */ int main() { test(); return 0;