提交 35f580ea 编写于 作者: 张文治(治)'s avatar 张文治(治)

Add new file

上级 8f57092d
package datastructure
func Min(a, b int) int {
if a > b {
return b
}
return a
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册