diff --git a/math_problems/pow.cpp b/math_problems/pow.cpp index 74274d8..e968fb9 100644 --- a/math_problems/pow.cpp +++ b/math_problems/pow.cpp @@ -22,7 +22,7 @@ double pow( double x, int y ) } } } - +/*main method*/ int main() { std::cout << "Program to calculate power y to the base x\n";