Assignment

Write a program that asks for the name of the user, and then greets them with Hello, followed by their own name.



Examples

Example 1

Input

Aïsha

Output

Hallo, Aïsha
Example 2

Input

Craig

Output

Hallo, Craig
Example 3

Input

Khaleesi

Output

Hallo, Khaleesi