><>, 36 bytes, Erik the Golfer Erik the Golfer
><>, 36 bytes, Erik the Golfer
><>, 36 bytes, Erik the Golfer
><>, 36 bytes, Erik the Golfer
'''000**rd3*:::?!;od0.!!+..233??dfrr
I'm quite sure that this is not the intended solution. However, ><> quines make it fairly easy to get rid of most unwanted characters, except the '. Fortunately, the : made it quite easy to take care of those as well.
Explanation
''' Push everything except these quotes onto the stack.
000** In effect, pushes a zero.
r Reverse the stack.
d3* Push 39 (the quote character).
:: Make two copies. The stack now holds
a null-terminated representation of the
entire code.
The print loop begins here...
: Duplicate top of stack.
?!; Terminate if zero.
o Otherwise, print.
d0. Jump back to position 13, i.e. the
beginning of the print loop.
!!+..233??dfrr Unused characters.
><>, 36 bytes, Erik the Golfer
'''000**rd3*:::?!;od0.!!+..233??dfrr
I'm quite sure that this is not the intended solution. However, ><> quines make it fairly easy to get rid of most unwanted characters, except the '. Fortunately, the : made it quite easy to take care of those as well.
><>, 36 bytes, Erik the Golfer
'''000**rd3*:::?!;od0.!!+..233??dfrr
I'm quite sure that this is not the intended solution. However, ><> quines make it fairly easy to get rid of most unwanted characters, except the '. Fortunately, the : made it quite easy to take care of those as well.
Explanation
''' Push everything except these quotes onto the stack.
000** In effect, pushes a zero.
r Reverse the stack.
d3* Push 39 (the quote character).
:: Make two copies. The stack now holds
a null-terminated representation of the
entire code.
The print loop begins here...
: Duplicate top of stack.
?!; Terminate if zero.
o Otherwise, print.
d0. Jump back to position 13, i.e. the
beginning of the print loop.
!!+..233??dfrr Unused characters.
><>, 36 bytes, Erik the Golfer
'''000**rd3*:::?!;od0.!!+..233??dfrr
I'm quite sure that this is not the intended solution. However, ><> quines make it fairly easy to get rid of most unwanted characters, except the '. Fortunately, the : made it quite easy to take care of those as well.