#include using namespace std; void greet(string greeting); int main() { greet("Hello, World!"); }