#include <iostream> #include <string> int main () { std::string hello = "Hello, world!\000Hallo, Welt!"; std::cout << hello << std::endl; return 0; }