Page 1 of 1

Hello World

Posted: November 11th, 2006, 9:04 pm
by sai0724
Hmm i never posted a hello msg here ^^

Posted: November 11th, 2006, 10:18 pm
by kourath
welcome to TU

Code: Select all

#include <iostream>

main()
{
    cout << "Hello World!";
    return 0;
}
i couldnt resist (c++)

Posted: November 13th, 2006, 8:05 am
by Tault_admin
Hello and welcome to the site.