Update math/lcm_sum.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
chestamittal 2020-10-20 01:39:58 +05:30 committed by GitHub
parent 1e1d11d03e
commit 261960cfb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,8 @@ static void test() {
}
/**
* main function
* @brief Main function
* @returns 0 on exit
*/
int main() {
test(); // execute the tests