Update math/power_of_two.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Neha Hasija
2020-10-19 01:13:07 +05:30
committed by GitHub
parent 378227d3d6
commit 31012cb42b

View File

@@ -42,7 +42,6 @@ void power_of_two(int n){
}
/** Driver Code */
/**
* @brief Main function
* @returns 0 on exit