apple lines by

char c[];main(a,b){for(a=30*-(b%3);memset(c,42,30),~a--;puts(c))for(b=5;b--;)c[(b+59-a)%30]="apple"[b];}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page