In what concerns the continuous evaluation solving exercises grade during the semester, you should submit until 23:59 of March 3rd
(this exercise will still be available for submission after that deadline, but without couting towards your grade)
[to understand the context of this problem, you should read the class #01 exercise sheet]


[PII001] Hello there.

Everyone knows that "Hello there." is how Obi-Wan Kenobi introduces himself. Can you help him do this in C?

The Problem

Write a program that prints the message "Hello there."

Input

For this problem there is no input you need to read.

Output

The output should be a single line containing "Hello there." (without the quotes).

Example Output
Hello there.

Programming II (CCINF1002)
DCC/FCUP - University of Porto