Rule 30 by shinh

char s[9999]="  ",*p=s;main(){for(gets(s+2);*p;)putchar(*p^(*++p|p[1])/34*3);}

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

download

return to the top page