mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update math/power_of_two.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
63be7addc2
commit
f76c1009d7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user