/* * 9000.cpp */ //include files #include using namespace std; //DEFINE CONSTANT //DEFINE PROTOTYPE int main(){ cout << "Hello World " << endl; }