Sunday, 13 March 2011

Hello World!

int main()
{
    printf("\nhello world!");

    return 0;
}



No comments:

Post a Comment