#include #include using namespace std; int main() { string bla = "hello world"; cout << bla << std::endl; return 0; }