Self-describing numbers: Difference between revisions

Content added Content deleted
Line 91: Line 91:
<lang AWK>
<lang AWK>
# syntax: GAWK -f SELF-DESCRIBING_NUMBERS.AWK
# syntax: GAWK -f SELF-DESCRIBING_NUMBERS.AWK
# contributed by Dan Nielsen
BEGIN {
BEGIN {
for (n=1; n<=100000000; n++) {
for (n=1; n<=100000000; n++) {