Update math/magic_number.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija 2020-10-21 10:38:02 +05:30 committed by GitHub
parent 7672e3998c
commit 45dc717621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,6 @@ static void tests() {
* @returns 0 on exit * @returns 0 on exit
*/ */
int main() { int main() {
tests(); tests(); // execute the tests
return 0; return 0;
} }