#include using namespace std; int main() { cout << "Testing 1,2,3\n"; return 0; } /* If you cannot compile and run this program, then see the programming tip entitled "Getting Your Program to Run." It suggests some things to do to get your C++ programs to run on your particular computer setup. */