• HelloWord!!!

    #include <iostream>

    #include <conio.h>

    using namespace std;

    int main () { cout << «Hello world!!!\n»; _getch(); return 0; }