#include #include using namespace std; int main() { string text = "Let's eat!\n"; cout << "Hi mom!\n"; cout << text; return 0; }