Sunday, August 23, 2009

Hello World

Being a computer science engineer, I guess I need to begin my blog with a "Hello World" program. Since C is my mother tongue let me write this,

main(void)
{
printf("Hello World");
}

Ok I hope this marks a new beginning in blogging for me(Oh yeah let me confess, this is not my first blog, I wrote twice before this and could never continue).


No comments: