permission list by 51b

void main(){for(int n,i;n<512;n++)for(i=printf("%04o is ",n)+2;~i;)printf("%c",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