#include #include #include "greet.h" using namespace std; void greet(string greeting) { cout << greeting << endl; }