hello hello world by tails

f(i,s){i/3&&f(i/3,32);printf("world%c\x00hello%c\x00world!%c"+i%3*8,s);}i;main(){for(;i<100;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