New Paste :: Recent Pastes:: Add Line Numbers
hangs vc6 by statler
#include <iostream> using namespace std; int main() { cout << "Hello World! I am " << 8 << " today!" << endl; return 0; }