Problem Description
I am sure many of you have seen 'Hello World' programs as the first thing you have learnt in almost every programming language. This time, you are supposed to code a program to check whether the 'Hello World' is indeed correctly printed!
Sample Input 1
HelloWorld
Sample Output 1
Wrong Answer
Sample Input 2
Hello World
Sample Output 2
OK