#include #include using namespace std; int main() { string bla = "Hello, World!"; cout << bla << endl; return 0; }