diff --git a/hello world.c b/hello world.c new file mode 100644 index 0000000..6095170 --- /dev/null +++ b/hello world.c @@ -0,0 +1,8 @@ +#include stdio.h + +int main () +{ +printf ("hello world!!"); + +return 0; +} \ No newline at end of file