#include using namespace std; void main() { cout << "Example with \"using directive\"" << endl; cout << "This is using a nuclear bomb to destroy an ant hill" << endl; }