#include <iostream>using namespace std; /* is this/* what you mean?*/ /* or maybe /* something like this? */*/ int main() { cout << "Hello, World!" << endl; return 0;}
Standard input is empty
prog.cpp:10:2: error: expected unqualified-id before '/' token */ ^ prog.cpp:10:2: error: expected constructor, destructor, or type conversion before '/' token
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!