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 = "<