🌈 搜索
📅  最后修改于: 2022-03-11 14:44:59.057000             🧑  作者: Mango
func Min(x, y int) int { if x <= y { return x } return y }