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
d33bf9d83b
commit
63be7addc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user