mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +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::cin >> n;
|
||||
/// function call with @param n
|
||||
power_of_two(n);
|
||||
math::power_of_two(n);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user