diff --git a/printing hello world in c b/printing hello world in c new file mode 100644 index 0000000..cab0438 --- /dev/null +++ b/printing hello world in c @@ -0,0 +1,5 @@ +#include +int main() +{ + printf("hello world"); +}