Tagged Questions

6
votes
14answers
572 views

Code golf: Reverse quine

Write a program that outputs the reverse of its source code as a string. If the source is abcd efg (i.e., the C string "abcd\nefg") Then the output should be gfe dcba (i.e., the C string …