#include
#include
using namespace std; int main() { string greeting = "Hello"; cout << greeting; return 0; }
Hello