User Greeting

Easy

📝 Description

Take user name as input and print a greeting

Input Format

String name

Output Format

Greeting message

Constraints

1 ≤ name.length ≤ 50

🔍 Sample Input

Alice
            

✅ Sample Output

Hello, Alice!
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run