[PHP]#include
using namespace std;
int main()
{
cout<<"Hellp World"<
Freudian slip, do you want the world to hellp you, or do you think the world needs hellp? Anyway, cute!
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
Opps
#Include <iostream.h>
int main ()
{
cout << "Hello world!";
cin.get ();
return 0;
}
N3wbi3C0d3r
Junior Poster in Training
67 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
Yep partner, "Hello World!" has been around. I remember writing it on a DEC PDP-11 the size of a refrigerator. Then it was C, simple and fast.
[php]
main()
{
printf("Hello World!");
}
[/php]
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417