RosettaCodeData/Task/Quine/Elixir/quine.elixir
2014-01-17 05:34:36 +00:00

2 lines
56 B
Text

a = <<"a = ~p~n:io.fwrite(a,[a])~n">>
:io.fwrite(a,[a])