#include <iostream> #define TEXT "ololo" // comment using namespace std; int main() { cout << TEXT << endl; return 0;}
Standard input is empty
ololo
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!