stratum by hinoe

char*p;main(i){i?p+=gets(&i):putchar(*p),*++p&&main(i),--p,putchar(i?main(0),10:*p);}

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

download

return to the top page