| //============================================================================ | |
| // Name : HippTest.cpp | |
| // Author : | |
| // Version : | |
| // Copyright : Your copyright notice | |
| // Description : Hello World in C++, Ansi-style | |
| //============================================================================ | |
| #include <iostream> | |
| using namespace std; | |
| int main() { | |
| cout << "!!! HiPP World !!!" << endl; // prints !!!Hello World!!! | |
| return 0; | |
| } |