// basic template file for C++#include void main(int argc, char * argv[]){ cout << "hello world" << endl;}