Count in Base 2 by KrausRaus

for(i=0;n=++i%101;print())for(m=0;n;n-=n<2?1:m)putstr(n>=(m=64)?"g":n>=(m=32)?"f":n>=(m=16)?"e":n>=(m=8)?"d":n>=(m=4)?"c":n>=(m=2)?"b":"a")

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page