diff --git a/math/power_of_two.cpp b/math/power_of_two.cpp index 1e904dbe7..c36bcf3e1 100644 --- a/math/power_of_two.cpp +++ b/math/power_of_two.cpp @@ -42,7 +42,6 @@ void power_of_two(int n){ } -/** Driver Code */ /** * @brief Main function * @returns 0 on exit