diff --git a/hello world .c b/hello world .c new file mode 100644 index 0000000..74c96f6 --- /dev/null +++ b/hello world .c @@ -0,0 +1,10 @@ +#include + + int main (void) + { + printf("Hello world.\n"); + return 0; + } + + +