diff --git a/Diksha/hello.c b/Diksha/hello.c new file mode 100644 index 0000000..ab0934f --- /dev/null +++ b/Diksha/hello.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("hello world"); + return 0; +} \ No newline at end of file