Lazy Cater Symbols by clock

x=1
for n=1,400 do
x=x+n..""print(x:gsub(".",function(d)return" "..(":"):rep(d)end):sub(2))end

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

download

return to the top page