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 +}