DAYS
HOUR
MINS
SEC
Error
Let's begin your journey towards coding with the very first question of coding world. Your task is to write code which prints Hello World.
Example 1:
Input:
No Input
Output:
Hello World
Your Task:
In the function helloWorld(), output a line "Hello World" (without quotes).
We strongly recommend solving this problem on your own before viewing its editorial. Do you still want to view the editorial?
Yes