Thread: Hello World
View Single Post
  #9  
Old 01-06-2011, 04:04 PM
Estu Estu is offline
Planar Protector

Estu's Avatar

Join Date: Jul 2010
Location: Massachusetts
Posts: 1,994
Default

#include <iostream>

using namespace std;

int main(int argc, const char* argv[])
{
cout << "Hello World!" << endl;
return 0;
}
__________________
Member of <Divinity>
Estuk Flamebringer - 60 Gnomish Wizard | Kaam Armnibbler - 55 Ogre Shaman | Aftadae Roaminfingers - 54 Halfling Rogue
Aftadai Beardhammer - 50 Dwarven Cleric | Aftae Greenbottom - 49 Halfling Druid
Need a port or a rez? Hit me up on IRC!
Last edited by Estu; 01-06-2011 at 04:06 PM..