// helloworld.cpp - file 3 - implementation file #include "greeter.h" int main() { Greeter MyGreeter; MyGreeter.say("hello"); return 0; }