diff --git a/README b/README index ce0acd6..b3904c4 100644 --- a/README +++ b/README @@ -4,3 +4,4 @@ int main() printf("hello world"); return 0; } +// Add this code to program.c file diff --git a/program.c b/program.c new file mode 100644 index 0000000..ce0acd6 --- /dev/null +++ b/program.c @@ -0,0 +1,6 @@ +#include +int main() +{ +printf("hello world"); +return 0; +}