diff --git a/C/helloworld.c b/C/helloworld.c new file mode 100644 index 00000000..fabe4b4b --- /dev/null +++ b/C/helloworld.c @@ -0,0 +1,5 @@ +#include +#inclde + void main(){ + printf("Hello Ayush"); + } \ No newline at end of file