RosettaCodeData/Task/Quine/Elixir/quine.elixir
2023-07-01 13:44:08 -04:00

2 lines
56 B
Text

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