Sokoban by sadakiyo

void main(c)\x0d
{\x0d
\x09for(;(c=getchar())!=-1;putchar(c)){\x0d
    \x09if(c=='$')c=' ';\x0d
    \x09if(c=='.')c='*';\x0d
\x09}\x0d
}\x0d

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

download

return to the top page