Post History
Using your languages of choice, golf a quine - a non-empty program taking no input and only outputting its source. Here, the win condition is your quine working in the most languages. It should be...
#2: Post edited
- Using your languages of choice, golf a quine - a non-empty program taking no input and only outputting its source.
- Here, the win condition is your quine working in the most languages. It should be a [proper quine](https://codegolf.meta.stackexchange.com/questions/4877/what-counts-as-a-proper-quine/4878#4878), although it can append newlines in a language that absolutely requires them.
- Only different major versions of the same language will be considered different (Python 2 and 3, not 2.5 and 2.7).
- Have fun, codidactyls!
- Using your languages of choice, golf a quine - a non-empty program taking no input and only outputting its source.
- Here, the win condition is your quine working in the most languages. It should be a [proper quine](https://codegolf.meta.stackexchange.com/questions/4877/what-counts-as-a-proper-quine/4878#4878), although it can append newlines in a language that absolutely requires them.
- Only different major versions of the same language will be considered different (Python 2 and 3, not 2.5 and 2.7).
- The program that works as a quine in the most languages wins, with the tiebreaker being character count.
- Have fun, codidactyls!
#1: Initial revision
Versatile self-printer
Using your languages of choice, golf a quine - a non-empty program taking no input and only outputting its source. Here, the win condition is your quine working in the most languages. It should be a [proper quine](https://codegolf.meta.stackexchange.com/questions/4877/what-counts-as-a-proper-quine/4878#4878), although it can append newlines in a language that absolutely requires them. Only different major versions of the same language will be considered different (Python 2 and 3, not 2.5 and 2.7). Have fun, codidactyls!