hello hello world by twobit

j;f(i){i>2&&f(i/3);printf("world%c\x00hello%c\x00world!%c"+i%3*8,i<j?32:10);}main(){for(;j<100;j++)f(j);}

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

download

return to the top page