Quine: Difference between revisions

Added C3 example
(Add lang example)
(Added C3 example)
Line 712:
The C1R compiler usually copies C solutions from tasks at Rosetta Code. The Quine task is an exception; it gets special treatment in the C1R compiler.
<syntaxhighlight lang="c">Quine</syntaxhighlight>
 
=={{header|C3}}==
<syntaxhighlight lang="c">import std::io; fn void main() => io::printfn("%sString q = \x60%s\x60;", q, q);String q = `import std::io; fn void main() => io::printfn("%sString q = \x60%s\x60;", q, q);`;</syntaxhighlight>
 
=={{header|Ceylon}}==
38

edits