Create bit-hack.c
This commit is contained in:
parent
8fdbdbbaf6
commit
80d494ee54
1 changed files with 2 additions and 0 deletions
2
mocking-bob/bit-hack.c
Normal file
2
mocking-bob/bit-hack.c
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
double P=3.141592653;//Nothing-up-my-sleeve!
|
||||||
|
main(int n,char**v){char*c=v[1];while(*c)putchar((*(int*)&P>>(*c&31)&1)<<5^*c++);}
|
Reference in a new issue