Thursday, March 12, 2009

test


#include <iostream>

using namespace std;

int main () {
cout << "hello world";
return 0;
}

No comments:

Post a Comment