All pastes #2083785 Raw Edit

Something

public text v1 · immutable
#2083785 ·published 2011-09-28 13:12 UTC
rendered paste body
#include <iostream>
using namespace std;

int main()
{
cout << " this is a test " << endl;

return 0;
}