kotlin-puzzlers icon indicating copy to clipboard operation
kotlin-puzzlers copied to clipboard

Add bitwise shift puzzler

Open Marcono1234 opened this issue 4 years ago • 1 comments

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.

Marcono1234 avatar Aug 13 '21 16:08 Marcono1234

Evil 👏

TWiStErRob avatar Aug 13 '21 16:08 TWiStErRob