diff --git a/hello.c b/hello.c new file mode 100644 index 0000000000000000000000000000000000000000..11d9c38096f5f9e8c250ecfcf6bd67d3502538a1 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include <stdio.h> +int main() +{ + printf("Heloo \n"); + return 0; +}