/ Published in: C++
Expand |
Embed | Plain Text
//=========================================================// // SOURCEFILE.cpp // //=========================================================// #include <iostream> using namespace std; //GLOBAL DECLARATIONS //BOOTSTRAP //========================================================= int main() { cout << "Hello World !" << endl; return EXIT_SUCCESS; }//main //FUNCTIONS DEFINITION
You need to login to post a comment.
