Bit hack fun!
Hide colors
Reverse bits
Little endian
uint_t bit_hack(uint_t x) {
return
;
}

Output: