Hello everyone.

Code:
#include <iostream.h>
using namespace std;

int main()
{
cout << "Hello everyone." << endl;
return 0;
}