#include using namespace std; int main() { cout << "Hello world!" << endl; //Konzolra írás cout << "Szeretlek" << endl; //Csajozáshoz return 0; }