//This is a basic Hello World program written in c++ #include using namespace std; int main() { cout << "Hello World!" << endl; }