From d4e5a5ec153b33a8ce98ea341b5c6684e5aec430 Mon Sep 17 00:00:00 2001 From: nmn41 <55979094+nmn41@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:05:44 +0530 Subject: [PATCH] Update find-HCF_LCM.CPP --- GettingStarted/find-HCF_LCM.CPP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GettingStarted/find-HCF_LCM.CPP b/GettingStarted/find-HCF_LCM.CPP index 14ee9ce..20bea9e 100644 --- a/GettingStarted/find-HCF_LCM.CPP +++ b/GettingStarted/find-HCF_LCM.CPP @@ -1,6 +1,6 @@ #include #include -void main() +intmain() { clrscr(); int a, b, x, y, t, hcf, lcm; @@ -18,5 +18,5 @@ void main() lcm=(x*y)/hcf; cout<<"HCF = "<