A Collection of Code Snippets in as Many Programming Languages as Possible
This project is maintained by TheRenegadeCoder
Welcome to the Quine page! Here, you'll find a description of the project as well as a list of sample programs written in various languages.
This article was written by:
For those of you that don't know, a quine is a program which can replicate itself–or more specifically:
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.
Thanks, Wikipedia!
For the purposes of this repo, the solution should be simple. We're not here to play code golf, but we're also not here to practice obfuscation. Just be reasonable with your solution.
Verify that the actual output matches the expected output (see Requirements).
There are 22 articles: