#include #include int main() { std::string s = "Hello World!"; std::cout << s << std::endl; }