You are on page 1of 1

#include <iostream>

#include <cstdlib>
using namespace std;
int main()
{
cout << "hello, world!" << endl;
system("pause");
return 0;
}

You might also like