Problem Description
Print 'Hello World' (without the quotes).
Sounds easy? The catch is your score is determined by the number of characters in your code.
Scoring Criteria
If the output isn't 'Hello World', you will get 0 for your submission.
If your output is 'Hello World', you will obtain points based on your length of your source code (number of characters including spaces and end lines). The formula is as below:
Number of Characters ≤ 45 : 100 marks
Number of Characters ≥ 100 : 1 mark
Otherwise, score = 100 * (100-Number of characters)/55
Sample Input
There will be no input.
Sample Output
Hello World