kotlin-puzzlers
kotlin-puzzlers copied to clipboard
Add bitwise shift puzzler
Adds a puzzler for the shl bitwise operator, exploiting the fact that, like Java's bitwise operators, only the lowest 5 bits of the shift distance are considered.
Evil 👏