Repeated Number by Shmiddty

!function f(n,r){for(o=i='';i++<r;)o+=n+'';print(o);n<9?f(n+1,r):r<8?f(1,r+1):1}(1,2)

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

download

return to the top page