RosettaCodeData/Task/Quine/Ceylon/quine.ceylon

2 lines
174 B
Ceylon
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
shared void run() {print(let (x = """shared void run() {print(let (x = $) x.replaceFirst("$", "\"\"\"" + x + "\"\"\""));}""") x.replaceFirst("$", "\"\"\"" + x + "\"\"\""));}