Open defuse opened 5 years ago
If the first line of rotr was changed to let by = by % 33, for example, then the existing test wouldn't catch the bug.
rotr
let by = by % 33
ACK
If the first line of
rotr
was changed tolet by = by % 33
, for example, then the existing test wouldn't catch the bug.