From 56bc6d56108eff977bae4202e2c53df693123034 Mon Sep 17 00:00:00 2001 From: Ravinder Khangura <38717332+ravinderkhangura@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:25:54 -0400 Subject: [PATCH] Update pow.cpp main method --- math_problems/pow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";