From 7467251c71c874e9361601599697cfe41b1effc1 Mon Sep 17 00:00:00 2001 From: 25Rachel <22bcaf45@kristujayanti.com> Date: Tue, 28 May 2024 12:02:38 +0530 Subject: [PATCH] Update num.c made changes where space was there between #include and --- num.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/num.c b/num.c index 1222ec7..da5b34d 100644 --- a/num.c +++ b/num.c @@ -1,4 +1,4 @@ -#include +#include int main() { int num1, num2, sum;