From 96f73fb33649d3b35f052afb08ac913fe07a7845 Mon Sep 17 00:00:00 2001 From: MM123455 <43871437+MM123455@users.noreply.github.com> Date: Tue, 9 Oct 2018 22:48:18 +0530 Subject: [PATCH] Update lcm_of_2numbers.c --- lcm_of_2numbers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lcm_of_2numbers.c b/lcm_of_2numbers.c index 2293483..977e22a 100644 --- a/lcm_of_2numbers.c +++ b/lcm_of_2numbers.c @@ -1,4 +1,5 @@ -include +//Nice code, Good try +#include int hcf(int,int); int main() {