hello hello world by 0mg

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

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

download

return to the top page