mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 05:42:03 +08:00
Update math/power_of_two.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -49,6 +49,8 @@ void power_of_two(int n) {
|
||||
std::cout << "No, the number " << n << " is not a power of 2";
|
||||
}
|
||||
}
|
||||
} // namespace math
|
||||
|
||||
|
||||
/**
|
||||
* @brief Main function
|
||||
|
||||
Reference in New Issue
Block a user