This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
Idiot-Code-Golf/mocking-bob/bit-hack.c
2021-04-25 16:11:25 -05:00

3 lines
128 B
C

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++);}