Shall this be the example:
#include using namespace std; int main() { cout << \"Hola, moondo.\\n\"; }
It throws
Yes, using g++ command worked for me:
g++
g++ my_source_code.cpp