Feeds:
Posts
Comments

Archive for January, 2008

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
/* Code in C */
#include<stdio.h>
int main()
{
printf(“Hello world!\n”);
return 0;
}

Read Full Post »