{
    // write code here
    return Math.min(...rotateArray)
}
module.exports = {
    minNumberInRotateArray : minNumberInRotateArray
};