#include <stdio.h>
main()
{ printf(“Hello, world ! Greetings from Ravishankar\n”);
return;
}
What can be a better way than ANSI C to greet the world ?
Anyway, welcome to my first blog . I have finally decided to rant a word or two about my reflections on…well, EVERYTHING UNDER THE SUN. I always wanted to do this but never took time off for it. Finally, today, on the auspicious occasion of Ugadi, i have decided to start.
So world, here i come.
(BTW, that code snippet actually compiles )