RosettaCodeData/Task/Quine/AWK/quine-2.awk
2015-11-18 06:14:39 +00:00

1 line
61 B
Awk

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