vanishing alphabet by baumwolltier (hpi)

c=65;main(){char l[27],*p=l;while(l>p-26)*p++=c++;*p--=0;while(l<=p)puts(l),*p>90?(*p--=0):(*p+=32);}

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

download

return to the top page