#include #include int main() { std::string msg = "Hello world!"; std::cout << msg << std::endl; return 0; }