mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 06:26:05 +08:00
Update math/power_of_two.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -62,6 +62,6 @@ int main() {
|
|||||||
std::cout << "enter a number " << std::endl;
|
std::cout << "enter a number " << std::endl;
|
||||||
std::cin >> n;
|
std::cin >> n;
|
||||||
/// function call with @param n
|
/// function call with @param n
|
||||||
power_of_two(n);
|
math::power_of_two(n);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user