diff --git a/printing hello world in C b/printing hello world in C new file mode 100644 index 0000000..77d8275 --- /dev/null +++ b/printing hello world in C @@ -0,0 +1,5 @@ +#include +int main() +{ +printf("Hello World!\n"); +}