Hello World

#include <stdio.h>
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}


I am Manish. I am starting out this blog to share my opinions about things happening around us especially which affects us directly i.e. social, environment, governance and technology. 
As I am starting out this journey I see it not to achieve something or to gain something, I see it as a mean for growth of my thoughts, my knowledge and clarity in perspective to see the world. 
And I believe that we are not alone in this world, we all are connected with each other with some dots, so I am asking you to join me in this journey.
saying it again,
"Hello World"

Comments