Posted by: Vikas | January 26, 2008

Hello world!

/* My first blog, Hello world */

#include <stdio.h>

int main()

{

printf(“Hello world!\n”);

printf(“Welcome to my world!\n”);

return 0;

}


Leave a response

Your response:

Categories