Update math/sum_of_binomial_coefficient.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
muskan0719 2020-10-21 22:18:40 +05:30 committed by GitHub
parent c96252c46b
commit e7ac2255c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,5 +57,5 @@ static void test()
int main() int main()
{ {
test(); // execute the tests test(); // execute the tests
return 0; return 0;
} }