122333 by %20

main(c,i){while((c=getchar())+1){for(i=47<c&c<58?c-48:1;i--;putchar(c));}}

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

download

return to the top page