#feature on safety #include int main() safe { std2::string s("Hellooooooooooooooo "); std2::string_view sv = s + "World\n"; println(sv); }