
01-06-2011, 04:04 PM
|
Planar Protector
Join Date: Jul 2010
Location: Massachusetts
Posts: 1,994
|
|
#include <iostream>
using namespace std;
int main(int argc, const char* argv[])
{
cout << "Hello World!" << endl;
return 0;
}
|
Last edited by Estu; 01-06-2011 at 04:06 PM..
|
|