#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
That does not work for wizard-created projects.
But you can create a project that fits your needs and save it as user-template ("File -> Save Project as template") and then use it with "File -> New -> from template".