From 71fc1759f824874009f614995396815053db5a8c Mon Sep 17 00:00:00 2001 From: Akriti0100 <43247494+Akriti0100@users.noreply.github.com> Date: Tue, 9 Oct 2018 22:53:26 +0530 Subject: [PATCH] Update lcm_of_2numbers.c --- lcm_of_2numbers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lcm_of_2numbers.c b/lcm_of_2numbers.c index 2293483..e214b25 100644 --- a/lcm_of_2numbers.c +++ b/lcm_of_2numbers.c @@ -45,6 +45,7 @@ max=i; h=max; return h; } +printf("please write in short."); }