diff --git a/hello_world^n b/hello_world^n new file mode 100644 index 0000000..8ee49c5 --- /dev/null +++ b/hello_world^n @@ -0,0 +1,6 @@ +#include +int main (){ +printf ("hello world"); + +return 0; +}