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() {