#include // #include < file > // Use functions from namespace std ? using namespace std; int main(int argc, char **argv) { // Your code ... cout << "I'm a simple application linked with ParadisEO" << endl ; return 1; }