#K71622. Always Output Hello

    ID: 33573 Type: Default 1000ms 256MiB

Always Output Hello

Always Output Hello

The problem is simple: regardless of the input provided, your program should always output Hello. You are required to read input from the standard input (stdin) and write the result to the standard output (stdout). This task tests basic input and output handling in various programming languages.

Note: The input string is ignored; the output must always be Hello.

inputFormat

The input consists of a single line containing an arbitrary string. This string can include letters, numbers, or special characters. Note: The content of the input is irrelevant, as it should be ignored.

outputFormat

Your program must always output exactly Hello (without quotes) regardless of the input provided.

## sample
a5e8i7o3u2
Hello