vanishing alphabet by chocobi

i;main(c){for(;i<52;c+=i++%2*32,puts(&c))for(c=65;c<90-i/2;)putchar(c++);}

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

download

return to the top page