"gives resc food for thought" gives resc food for thought

To manufacture a computer quine, a program which prints its own source code, you might do this:

  1. Write a function or subroutine or whatever which, given input, prints it twice: once in the syntax of a data structure which contains the input, and once as just the input.
  2. Feed the function to itself.