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

1 line
61 B
Awk

BEGIN{c="BEGIN{c=%c%s%c;printf c,34,c,34}";printf c,34,c,34}