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