Sawadee krup :D
Printable View
Sawadee krup :D
Bonjour :smoke:
sup !
'lo :)
Yo!
Yay !! I know the word hello in Thai.Quote:
I have been to Thailand twice :D
Nee how :)
Toon Army!!!
:lol:Code:#include <iostream>
int main()
{
std::cout << "Hello, world!\n";
}
Program FirstProgram(OUTPUT);
Uses
Crt;
Begin
Clrscr;
Write('Hello World');
Readln;
End.