#include <iostream>#include <string>Functions | |
| std::string | greet (const std::string &name) |
| int | main () |
| std::string greet | ( | const std::string & | name | ) |
Helper function to format a greeting message.
| name | The name to greet |
| int main | ( | ) |
Main entry point. Demonstrates the greeting function.