From 22a09c743de78fc435c980f20a555c7fdaaf44cc Mon Sep 17 00:00:00 2001 From: shubham2001prajapati <67968318+shubham2001prajapati@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:07:14 +0530 Subject: [PATCH] Update basic.c --- Basic_C_Examples/basic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Basic_C_Examples/basic.c b/Basic_C_Examples/basic.c index 21dd84f..5512b2a 100644 --- a/Basic_C_Examples/basic.c +++ b/Basic_C_Examples/basic.c @@ -1,5 +1,5 @@ #include //this is the library for input and output functions and macros - +#include #include //mathematics library #include //string operations library #include "stdlib.h" //standart definitions library @@ -98,4 +98,4 @@ int main() getch(); //Standard function from stdio, wait for return 0; -} \ No newline at end of file +}