Update math/magic_number.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija
2020-10-21 10:41:16 +05:30
committed by GitHub
parent 1e6c2d5aa0
commit a19da79545

View File

@@ -37,6 +37,7 @@ bool magic_number(int n) {
return false;
}
}
} // namespace math
/**
* @brief Test function