• Greets user with a message.

    Parameters

    • name: string

    Returns string

    Example: ```ts getGreeting("John"); // "Hello, John!" ```