#include <iostream> int main(){ auto a = 11; std::cout << "hello c++" << a << std::endl; return ( 0 );}
Standard input is empty
hello c++11
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!