permission list by 51b

n;main(i){for(;n<512;n++)for(i=printf("%04o is -",n);~i;)putchar(i--?n>>i&1?"xwr"[i%3]:45:10);}

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

download

return to the top page