#include <string>#include <iostream> int main(){ std::string s = "hello \n world!"; std::cout << s << std::endl;}
Standard input is empty
hello world!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!