Box Coloring by hakusui

m=[p=i=0]
n=48
System.in.any{c->printf"%c",c>32?p=p?:m[i]?:++n:c+(p=0),m[i]=p,c<11?i=0:i++}

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

download

return to the top page