30 Points

Quine

A quine is a non-empty computer program which takes no input and produces a copy of its own source code as its only output

Restrictions

  • File operations may NOT be used.
  • An empty file does not count.
  • Solutions will be checked for plagiarism.