Print the numbers from 0 to 50 (inclusive).
Pretty easy right. But here is the twist, you cannot write a single digit in your code.
Have fun ...
Scoring:
If any digit is found in the code then straight forward Score is 0.
If the number of characters in code ≤50, then Score=100
else Score=max(0,m), where m=(500−number of characters in code)/5
Output
Print the numbers from 0 to 50 (inclusive).