Tuesday, August 28, 2012

Hello World...

int main()
{
        printf("hello, world\n"); 
        return 0; 
}

No comments:

Post a Comment