hello hello world by llhuii(tails)

f(i,s){i/3&&f(i/3,32);printf("world%c\x00hello%c\x00world!%c"-i%3*8,s);}main(i){for(;i--+99;f(i,10));}

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

download

return to the top page