ABC by smkt

main(t,e){char x[99];t=0;gets(x);while(x[t]){for(e=65;e<x[t]+1;putchar(e++));puts("");t++;}}

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

download

return to the top page