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