#include 
#include 
#include 
using namespace std;

int main()
{
	cout << "Hola Mundo";
	cout << endl;
	return 0;
}

    Source: geocities.com/yelfry_torres/cplusplus

               ( geocities.com/yelfry_torres)