Post History
Sclipting, (UTF-16) 26 bytes 갠긂갠밂乘감뒄뀢감雙갿및剩 Uses a formula I found here unsigned char b; // reverse this (8-bit) byte b = (b * 0x0202020202ULL & 0x010884422010ULL) % 1023;
Answer
#1: Initial revision
# [Sclipting], [(UTF-16) 26 bytes][Byte count] ``` 갠긂갠밂乘감뒄뀢감雙갿및剩 ``` Uses a formula I found [here](https://stackoverflow.com/a/746203) >```c >unsigned char b; // reverse this (8-bit) byte >b = (b * 0x0202020202ULL & 0x010884422010ULL) % 1023; >``` [Sclipting]: https://esolangs.org/wiki/Sclipting [Byte count]: https://ethproductions.github.io/bytes/?e=utf-16&t=갠긂갠밂乘감뒄뀢감雙갿및剩