From 261960cfb00407e98398b75d4e74bcd9f44aec7d Mon Sep 17 00:00:00 2001 From: chestamittal <53469607+chestamittal@users.noreply.github.com> Date: Tue, 20 Oct 2020 01:39:58 +0530 Subject: [PATCH] Update math/lcm_sum.cpp Co-authored-by: David Leal --- math/lcm_sum.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/lcm_sum.cpp b/math/lcm_sum.cpp index 6ccb5abfe..91cd6832e 100644 --- a/math/lcm_sum.cpp +++ b/math/lcm_sum.cpp @@ -82,7 +82,8 @@ static void test() { } /** -* main function + * @brief Main function + * @returns 0 on exit */ int main() { test(); // execute the tests