Update math/lcm_sum.cpp

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

View File

@ -85,6 +85,6 @@ static void test() {
* main function
*/
int main() {
test();
test(); // execute the tests
return 0;
}