Saturday, September 25, 2010

Basic I/O

#include

using namespace std;


void main(){
cout << "Hello World";

system("Pause");

}