Write a program that prints its own source code out backwards, in other words an eniuq.
Scoring:
- +50 if you use pull data from the Internet.
- +25 if you read your own source code.
- +1 point per character
- Lowest score wins.
Rules:
- No using other files (e.g.
reverse.txt
) - Minimum code length is two characters.
- Your program cannot be a palindrome.