All pastes #2048836 Raw Edit

Unnamed

public text v1 · immutable
#2048836 ·published 2011-04-21 02:47 UTC
rendered paste body
#include <iostream>
using namespace std;

int main()
   {
     cout << "Hello World." << endl;
     
     cin.get();
     
     return(0);
   }