RosettaCodeData/Task/Quine/Zkl/quine-2.zkl
2023-07-01 13:44:08 -04:00

1 line
61 B
Text

s:="s:=%c%s%c;print(s.fmt(34,s,34));";print(s.fmt(34,s,34));