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"); +}