Sunday, August 26, 2012

Hello world!

int main()
{
        printf("Hello world!");
        return 0;
}

No comments:

Post a Comment