#include #include #include #include "myheader1.h" #include "myheader2.h" using namespace std; int main() { cout << "Hello, world.\n"; return 0; }