Update math/magic_number.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija 2020-10-21 23:37:05 +05:30 committed by GitHub
parent 7643a23359
commit bbb182c42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ static void tests() {
std::cout << "passed\n";
std::cout << "Test 2:\t n=730\n";
assert(magic_number(730) == true);
assert(math::magic_number(730) == true);
std::cout << "passed\n";
std::cout << "Test 3:\t n=0\n";