Sunday, 13 March 2011

Hello World!

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

    return 0;
}