Print Hello World
Description
Write a program that prints Hello World to the output.
Input Format
No input required.
Output Format
Print exactly: Hello World
Constraints
N/A
Explanation
This is the classic first program every programmer writes. Your program should simply output the text "Hello World" followed by a newline.
Expected Output:
Hello World