#include #include using namespace std; int main(int argc, char *argv[]) { system("chcp 1253"); // για ελληνικά (και Lucida στο παράθυρο // της γραμμής εντολών) cout << "Γειά σου κόσμε! C Programming for ever. \n"; system("PAUSE"); return 0; }