#include "Greeter.h" using namespace std; void main() { // Construct a Greeter object and tell it to greet. Greeter g("Hello, world"); g.greet(); }