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