Heh, the lazy way is `val newDirectionIndex = (cur...
# getting-started
j
Heh, the lazy way is
val newDirectionIndex = (currentDirection + directionsInRightTurnOrder.size + 1) % directionsInRightTurnOrder.size
.